# BisonBlock Developer Docs
## Docs
- [Get Transaction Details](https://docs.bisonblock.ai/api-references/custody/transactions/get-transaction-details.md): 查询交易详情。
This endpoint retrieves a transaction by its ID or requestId.
- [Get Transactions History](https://docs.bisonblock.ai/api-references/custody/transactions/get-transactions-history.md): 查询交易列表。
This endpoint returns a JSON response containing the transaction history for type of deposits, withdrawals, or both. It's with pagination support.
- [Generate New Addresses](https://docs.bisonblock.ai/api-references/custody/wallets/generate-new-addresses.md): 生成新的充值地址。
This endpoint generates new addresses for a given chain's slip44 and returns them in a JSON response. The number of addresses to generate can be specified in the request body. The endpoint checks if the user has permission to add new addresses and if the requested number of addresses i…
- [Get Addresses History](https://docs.bisonblock.ai/api-references/custody/wallets/get-addresses-history.md): 查询已生成的充值地址列表。
This endpoint returns a list of addresses associated with the specified wallet for a given chain's slip44, with pagination support. The response contains a list of addresses.
- [Get Addresses Info](https://docs.bisonblock.ai/api-references/custody/wallets/get-addresses-info.md): 检查地址是否属于当前钱包的充值地址。
This endpoint returns information about a list of addresses for a specific chain's slip44. The `address` parameter is a comma-separated list of addresses. The response contains a list of addresses that belong to the specified wallet.
- [Get Balances List](https://docs.bisonblock.ai/api-references/custody/wallets/get-balances-list.md): 查询钱包币种余额。
This endpoint returns a JSON response with a list of token assets and their balances for for the specified wallet. The response includes the total count of token assets, as well as information about each asset, such as the coin symbol code, display name, decimal, total balance as well…
- [Get Supported Coins](https://docs.bisonblock.ai/api-references/custody/wallets/get-supported-coins.md): 查询钱包支持的币种。
This endpoint returns a JSON response with a list of supported coins for the specified wallet. The information includes coin symbol code, display name, decimal, chain's slip44, smart contract address for token (null for main-chain token), and deposit/withdrawal state.
- [Verify Valid Address](https://docs.bisonblock.ai/api-references/custody/wallets/verify-valid-address.md): 检查地址是否合法。
This endpoint checks whether a given cryptocurrency address is valid and returns a boolean value.
- [Request New Withdrawal](https://docs.bisonblock.ai/api-references/custody/withdrawal/request-new-withdrawal.md): 提交提现请求。
This endpoint allows users to create a new withdrawal request for a specified coin. The request requires necessary parameters include the chain's slip44, smart contract address for token (null for main-chain token), withdrawal address sent to, and amount. The `requestId` parameter is use…
- [Authentication](https://docs.bisonblock.ai/api-references/overview/authentication.md): BisonBlock API Authentication
- [API Playground](https://docs.bisonblock.ai/api-references/overview/playground.md): Explore API endpoints directly in your browser with our API Playground
- [Custodial Wallet](https://docs.bisonblock.ai/custody.md): Custodial Wallet Solution based on HSM/SGX
- [API Callback](https://docs.bisonblock.ai/faqs/api-callback.md)
- [API Key](https://docs.bisonblock.ai/faqs/api-key.md)
- [Introduction](https://docs.bisonblock.ai/introduction.md): BisonBlock Blockchain Services
- [Contact Us](https://docs.bisonblock.ai/supports/contact-us.md)
- [en.pdf](https://docs.bisonblock.ai/supports/handbook/en.md)
- [zh.pdf](https://docs.bisonblock.ai/supports/handbook/zh.md)
- [Report Issues](https://docs.bisonblock.ai/supports/tickets.md): Report system information on failures, incidents, concerns, and other complaints to appropriate personnel.
- [Privacy Policy](https://docs.bisonblock.ai/terms/privacy.md)
- [Security Commitment](https://docs.bisonblock.ai/terms/security.md)
- [Terms of Service](https://docs.bisonblock.ai/terms/tos.md)
- [Safeguarding API Security Key](https://docs.bisonblock.ai/tutorials/api-key-securities.md)
- [Managing Deposit Addresses](https://docs.bisonblock.ai/tutorials/deposit-addresses.md)
- [Deposit and Withdrawal Processes](https://docs.bisonblock.ai/tutorials/deposit-n-withdrawal.md)
- [Onboarding](https://docs.bisonblock.ai/tutorials/overview.md): Setting up then using Custodial Wallet
- [Querying Transactions](https://docs.bisonblock.ai/tutorials/querying-transactions.md)
- [Handing Withdrawal Confirmations](https://docs.bisonblock.ai/tutorials/withdrawal-confirmations.md)
- [Create a Withdrawal Transaction](https://docs.bisonblock.ai/tutorials/withdrawal-requests.md)
## OpenAPI Specs
- [custody-zh](https://docs.bisonblock.ai/openapi-zh/custody-zh.json)
- [custody-en](https://docs.bisonblock.ai/openapi-en/custody-en.json)
- [mintilify](https://docs.bisonblock.ai/openapi/mintilify.json)
- [custody](https://docs.bisonblock.ai/openapi/custody.json)
- [openapi](https://docs.bisonblock.ai/openapi.json)