# Bass Wallet ## Docs - [Query Account Balance](https://docs-en.basswallet.com/api-reference/endpoint/account/get-balance.md): Retrieve token balance information for an account - [Query Order History](https://docs-en.basswallet.com/api-reference/endpoint/account/order-history.md): Retrieve historical deposit or withdrawal orders, suitable for reconciliation tasks. - [Address Validation](https://docs-en.basswallet.com/api-reference/endpoint/common/address-legal.md): Validate the format of a blockchain address. This can be used to check address validity before withdrawal. - [Convert Cryptocurrency to Fiat](https://docs-en.basswallet.com/api-reference/endpoint/common/crypto-to-fiat.md): Convert a specified amount of cryptocurrency into fiat currency based on real-time exchange rates. - [Supported Fiat Currencies](https://docs-en.basswallet.com/api-reference/endpoint/common/currency-list.md): Retrieve the list of fiat currencies supported by the platform. - [Convert Fiat Currency to Cryptocurrency](https://docs-en.basswallet.com/api-reference/endpoint/common/fiat-to-crypto.md): Convert a specified amount of fiat currency into cryptocurrency based on real-time exchange rates. - [Convert Fiat Currency to Fiat Currency](https://docs-en.basswallet.com/api-reference/endpoint/common/fiat-to-fiat.md): Convert a specified amount of fiat currency into another fiat currency based on real-time exchange rates. - [Supported Cryptocurrencies](https://docs-en.basswallet.com/api-reference/endpoint/common/token-list.md): Retrieve the list of cryptocurrencies supported by the platform. - [Create Payment](https://docs-en.basswallet.com/api-reference/endpoint/receive/create_payment.md): Create a payment order and generate a payment URL for receiving funds. - [Query Order (Address Deposit)](https://docs-en.basswallet.com/api-reference/endpoint/receive/deposit-query.md): Retrieve detailed information about a deposit order using its ID. - [Address Deposit (Webhook)](https://docs-en.basswallet.com/api-reference/endpoint/receive/deposit-webhook.md): The platform actively sends requests to merchants to notify them in real-time about updates to deposit orders. - [Create Address](https://docs-en.basswallet.com/api-reference/endpoint/receive/generate-addr.md): Generate blockchain addresses on a specified chain for deposits and payments. - [Query Order (Create Payment)](https://docs-en.basswallet.com/api-reference/endpoint/receive/payment-query.md): Retrieve detailed information about a created payment order using its ID. - [Create Payment (Webhook)](https://docs-en.basswallet.com/api-reference/endpoint/receive/payment-webhook.md): The platform actively sends requests to merchants to notify them in real-time about updates to payment orders. - [Withdrawal](https://docs-en.basswallet.com/api-reference/endpoint/withdraw/withdraw.md): Initiate a withdrawal transaction. - [Query Order (Withdrawal)](https://docs-en.basswallet.com/api-reference/endpoint/withdraw/withdraw-query.md): Retrieve detailed information about a withdrawal order using its ID. - [Withdrawal (Webhook)](https://docs-en.basswallet.com/api-reference/endpoint/withdraw/withdraw-webhook.md): The platform actively sends requests to merchants to notify them in real-time about updates to withdrawal orders. - [Integration Preparation](https://docs-en.basswallet.com/api-reference/info/api-key.md) - [Error Codes](https://docs-en.basswallet.com/api-reference/info/error-code.md) - [Enum Definitions](https://docs-en.basswallet.com/api-reference/info/params-eum.md): Enumerations used in the APIs - [Request Instructions](https://docs-en.basswallet.com/api-reference/info/request-info.md) - [Response Description](https://docs-en.basswallet.com/api-reference/info/respose-info.md) - [Signature Authentication](https://docs-en.basswallet.com/api-reference/info/sign-info.md) - [Sub-Accounts](https://docs-en.basswallet.com/api-reference/info/sub-accounts.md) - [Callback Description](https://docs-en.basswallet.com/api-reference/info/webhook-explain.md) - [Network Issues](https://docs-en.basswallet.com/questions/questions/network.md): Common questions about network requests - [Signature Issues](https://docs-en.basswallet.com/questions/questions/sign.md): Common questions about request signatures - [Callback Issues](https://docs-en.basswallet.com/questions/questions/webhook.md): Common questions about callbacks - [API Change Log](https://docs-en.basswallet.com/update-log/api-update/logs.md): Stay updated on API improvements/additions and other changes - [Supported Chains](https://docs-en.basswallet.com/user-guide/basic-information/chains.md): Lists all chains currently supported by the platform - [Key Terms](https://docs-en.basswallet.com/user-guide/basic-information/key_terms.md): Explanation of critical terms encountered during product usage - [Min Deposit/Payment](https://docs-en.basswallet.com/user-guide/basic-information/min_deposit_withdraw.md): The minimum deposit, withdrawal, and payment amounts for different tokens. Transactions below the minimum amount will not be processed. - [Pricing and Fees](https://docs-en.basswallet.com/user-guide/basic-information/price_rate.md): Learn about the platform pricing structure - [Supported Tokens](https://docs-en.basswallet.com/user-guide/basic-information/tokens.md): For more detailed token information, use the `Get Token Info` API. - [Product Features](https://docs-en.basswallet.com/user-guide/overview/functional-mechanism.md): Supports a wide range of cryptocurrency services, including user deposits, payment collection, withdrawals, balance inquiries, reconciliation, and notifications. Clients can flexibly integrate corresponding services based on their business model. - [Steps for Integration](https://docs-en.basswallet.com/user-guide/overview/how-to-user.md): If you have your own business system, you can follow the steps below for integration. - [Welcome to BassWallet](https://docs-en.basswallet.com/user-guide/overview/introduction.md): Welcome to BassWallet services, accelerating the world towards a future of financial freedom. - [Use Cases](https://docs-en.basswallet.com/user-guide/overview/user-scenario.md): Explore the broad applications of BassWallet—and beyond. - [Callback Mechanism](https://docs-en.basswallet.com/user-guide/useful-docs/webhook.md): Gain a comprehensive understanding of the platform callback mechanism. ## OpenAPI Specs - [openapi](https://docs-en.basswallet.com/api-reference/openapi.json)