# BNB Smart Chain (BSC) Mainnet Now Supported on Crypto APIs

BNB Smart Chain (BSC) Mainnet is now supported on Crypto APIs. You can query data and transact on the BSC Mainnet, set up webhooks, sync HD wallets and more.

*Published 2022-10-05*

In our latest release we added support for the BNB Smart Chain (BSC) Mainnet in several of our products and API endpoints.

Crypto APIs customers can now query blockchain data and transact on the BSC Mainnet, set up webhooks for events on the blockchain, derive and sync HD wallets and more.

Here is the full list with endpoints with added support for BSC Mainnet:

Wallet as a Service:

- [Generate Deposit Address](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/generating/generate-deposit-address)

- [Create Coins Transaction Request from Address](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/transactions/create-coins-transaction-request-from-address)

- [Create Coins Transaction From Address For Whole Amount](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/transactions/create-coins-transaction-from-address-for-whole-amount)

- [Create Fungible Tokens Transaction Request from Address](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/transactions/create-fungible-tokens-transaction-request-from-address)

- [List Deposit Addresses](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/informative/list-deposit-addresses)

- [List Supported Tokens](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/informative/list-supported-tokens)

- [Get Wallet Asset Details](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/informative/get-wallet-asset-details)

- [List Wallet Transactions](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/informative/list-wallet-transactions)

- [Get Wallet Transaction Details By Transaction ID](https://developers.cryptoapis.io/technical-documentation/api/wallet-as-a-service/informative/get-wallet-transaction-details-by-transaction-id)

Blockchain Data:

- [Get Address Balance](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/unified-endpoints/get-address-balance)

- [Get Last Mined Block](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/unified-endpoints/get-last-mined-block)

- [List Latest Mined Blocks](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/unified-endpoints/list-latest-mined-blocks)

- [Get Fee Recommendations](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/unified-endpoints/get-fee-recommendations)

- [Get Next Available Nonce](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/unified-endpoints/get-next-available-nonce)

- [Get Token Details by Contract Address](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/tokens/get-token-details-by-contract-address)

- [Derive And Sync New Receiving Addresses](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/hd-wallets/derive-and-sync-new-receiving-addresses)

- [Prepare An Account-Based Transaction From HD Wallet (xPub, yPub, zPub)](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/hd-wallets/prepare-an-account-based-transaction-from-hd-wallet-xpub-ypub-zpub)

- [Sync New HD Wallet (xPub, yPub, zPub)](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/hd-wallets/sync-new-hd-wallet-xpub-ypub-zpub)

- [List Synced Addresses](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/hd-wallets/list-synced-addresses)

- [List HD Wallet (xPub, yPub, zPub) Transactions](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/hd-wallets/list-hd-wallet-xpub-ypub-zpub-transactions)

- [Get HD Wallet (xPub, yPub, zPub) Assets](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/hd-wallets/get-hd-wallet-xpub-ypub-zpub-assets)

- [Get HD Wallet (xPub, yPub, zPub) Details](https://developers.cryptoapis.io/technical-documentation/api/blockchain-data/hd-wallets/get-hd-wallet-xpub-ypub-zpub-details)

Blockchain Events (Webhooks):

- [New unconfirmed coins transactions](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-unconfirmed-coins-transactions)

- [New confirmed coins transactions](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-coins-transactions)

- [New confirmed tokens transactions](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-tokens-transactions)

- [New confirmed tokens transactions and each confirmation](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-tokens-transactions-and-each-confirmation)

- [New confirmed coins transactions and each confirmation](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-coins-transactions-and-each-confirmation)

- [Mined transaction](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/mined-transaction)

- [New Block](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-block)

- [New confirmed internal transactions](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-internal-transactions)

- [New confirmed internal transactions and each confirmation](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-internal-transactions-and-each-confirmation)

- [New Confirmed Coins Transactions For Specific Amount](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-coins-transactions-for-specific-amount)

- [New Confirmed Token Transactions For Specific Amount](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-token-transactions-for-specific-amount)

- [New Confirmed Internal Transactions For Specific Amount](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/new-confirmed-internal-transactions-for-specific-amount)

- [Block Height Reached](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/create-subscriptions-for/block-height-reached)

- [List Blockchain Events Subscriptions](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/manage-subscriptions/list-blockchain-events-subscriptions)

- [Delete Blockchain Event Subscription](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/manage-subscriptions/delete-blockchain-event-subscription)

- [Get Address Details From Callback](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/callback-data/get-address-details-from-callback)

- [Get Transaction Details By Transaction ID From Callback](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/callback-data/get-transaction-details-by-transaction-id-from-callback)

- [Get Block Details By Block Hash From Callback](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/callback-data/get-block-details-by-block-hash-from-callback)

- [Get Block Details By Block Height From Callback](https://developers.cryptoapis.io/technical-documentation/api/blockchain-events/callback-data/get-block-details-by-block-height-from-callback)

Blockchain Tools:

- [Validate Address](https://developers.cryptoapis.io/technical-documentation/api/blockchain-tools/features/validate-address)

- [Derive HD Wallet (xPub, yPub, zPub) Change Or Receiving Addresses](https://developers.cryptoapis.io/technical-documentation/api/blockchain-tools/features/derive-hd-wallet-xpub-ypub-zpub-change-or-receiving-addresses)

- [Broadcast Locally Signed Transaction](https://developers.cryptoapis.io/technical-documentation/api/blockchain-tools/features/broadcast-locally-signed-transaction)

- [Estimate Gas Limit](https://developers.cryptoapis.io/technical-documentation/api/blockchain-tools/features/estimate-gas-limit)

- [Estimate Token Gas Limit](https://developers.cryptoapis.io/technical-documentation/api/blockchain-tools/features/estimate-token-gas-limit)

- [Decode Raw Transaction Hex](https://developers.cryptoapis.io/technical-documentation/api/blockchain-tools/features/decode-raw-transaction-hex)

We continue working to provide BSC Mainnet support for more products and endpoints and launch new features and functionalities.

Stay tuned with our official [Updates](https://updates.cryptoapis.io/?lng=en) page and Social media to be the first one to see what's new with Crypto APIs.

---

More on the [Crypto APIs blog](https://cryptoapis.io/blog), or see the [products](https://cryptoapis.io/products) this is built on.
