.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
btse_wallet/__init__.py
btse_wallet/api/__init__.py
btse_wallet/api/wallet_api.py
btse_wallet/api_client.py
btse_wallet/api_response.py
btse_wallet/configuration.py
btse_wallet/exceptions.py
btse_wallet/models/__init__.py
btse_wallet/models/asset_action_enum.py
btse_wallet/models/asset_exchange_rate_response.py
btse_wallet/models/asset_exchange_rate_response_all_of_data.py
btse_wallet/models/asset_item.py
btse_wallet/models/asset_type_enum.py
btse_wallet/models/common_response.py
btse_wallet/models/convert_item.py
btse_wallet/models/convert_request.py
btse_wallet/models/convert_response.py
btse_wallet/models/create_address_request.py
btse_wallet/models/create_address_response.py
btse_wallet/models/crypto_address_item.py
btse_wallet/models/crypto_list_response.py
btse_wallet/models/crypto_network_item.py
btse_wallet/models/crypto_networks_response.py
btse_wallet/models/default_response.py
btse_wallet/models/default_response_all_of_data.py
btse_wallet/models/error_response.py
btse_wallet/models/query_address_response.py
btse_wallet/models/query_assets_response.py
btse_wallet/models/query_user_assets_response.py
btse_wallet/models/query_wallet_history_response.py
btse_wallet/models/support_crypto_action_enum.py
btse_wallet/models/transfer_item.py
btse_wallet/models/transfer_request.py
btse_wallet/models/transfer_response.py
btse_wallet/models/user_asset_crypto_network.py
btse_wallet/models/user_asset_item.py
btse_wallet/models/user_wallet_history_item.py
btse_wallet/models/wallet_transaction_status_enum.py
btse_wallet/models/wallet_transaction_type_enum.py
btse_wallet/models/wallet_type_enum.py
btse_wallet/models/withdraw_item.py
btse_wallet/models/withdraw_request.py
btse_wallet/models/withdraw_response.py
btse_wallet/py.typed
btse_wallet/rest.py
docs/AssetActionEnum.md
docs/AssetExchangeRateResponse.md
docs/AssetExchangeRateResponseAllOfData.md
docs/AssetItem.md
docs/AssetTypeEnum.md
docs/CommonResponse.md
docs/ConvertItem.md
docs/ConvertRequest.md
docs/ConvertResponse.md
docs/CreateAddressRequest.md
docs/CreateAddressResponse.md
docs/CryptoAddressItem.md
docs/CryptoListResponse.md
docs/CryptoNetworkItem.md
docs/CryptoNetworksResponse.md
docs/DefaultResponse.md
docs/DefaultResponseAllOfData.md
docs/ErrorResponse.md
docs/QueryAddressResponse.md
docs/QueryAssetsResponse.md
docs/QueryUserAssetsResponse.md
docs/QueryWalletHistoryResponse.md
docs/SupportCryptoActionEnum.md
docs/TransferItem.md
docs/TransferRequest.md
docs/TransferResponse.md
docs/UserAssetCryptoNetwork.md
docs/UserAssetItem.md
docs/UserWalletHistoryItem.md
docs/WalletApi.md
docs/WalletTransactionStatusEnum.md
docs/WalletTransactionTypeEnum.md
docs/WalletTypeEnum.md
docs/WithdrawItem.md
docs/WithdrawRequest.md
docs/WithdrawResponse.md
git_push.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_asset_action_enum.py
test/test_asset_exchange_rate_response.py
test/test_asset_exchange_rate_response_all_of_data.py
test/test_asset_item.py
test/test_asset_type_enum.py
test/test_common_response.py
test/test_convert_item.py
test/test_convert_request.py
test/test_convert_response.py
test/test_create_address_request.py
test/test_create_address_response.py
test/test_crypto_address_item.py
test/test_crypto_list_response.py
test/test_crypto_network_item.py
test/test_crypto_networks_response.py
test/test_default_response.py
test/test_default_response_all_of_data.py
test/test_error_response.py
test/test_query_address_response.py
test/test_query_assets_response.py
test/test_query_user_assets_response.py
test/test_query_wallet_history_response.py
test/test_support_crypto_action_enum.py
test/test_transfer_item.py
test/test_transfer_request.py
test/test_transfer_response.py
test/test_user_asset_crypto_network.py
test/test_user_asset_item.py
test/test_user_wallet_history_item.py
test/test_wallet_api.py
test/test_wallet_transaction_status_enum.py
test/test_wallet_transaction_type_enum.py
test/test_wallet_type_enum.py
test/test_withdraw_item.py
test/test_withdraw_request.py
test/test_withdraw_response.py
tox.ini
