This endpoint allows you to query the wallet balances associated with your account. It supports two primary modes:
1.
All Balances Overview – Retrieves balances for all supported currencies in your wallet along with their total equivalent value in USD. The USD equivalent is calculated in real time using the latest market prices sourced from CoinMarketCap (CMC), providing an up-to-date estimate of your total asset value.
2.
Specific Currency Balance – Retrieves the balance for a specified currency only, along with its USD equivalent using the same real-time CMC pricing.
This API is useful for monitoring your asset holdings, tracking portfolio value across multiple currencies, and performing balance checks before initiating transfers or other transactions.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/wallet/asset-balance?currency=USDC'