v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBAssets
Retrieve Asset
Query current balance of specified currency wallet. Stablecoin Account API Publisher Disclaimer
get/v1/ramp/asset/{balance_currency}
Path parameters
balance_currencystring required
Wallet currency to query
Headers
x-on-behalf-ofstring
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
Response
Successfully retrieved asset
Example response
{
"code": 200,
"message": "Success",
"data": {
"balance_id": "5e56e5de-f354-4570-8cbc-cc134d7a5b75",
"balance_currency": "USDC",
"balance_status": "Active",
"available_balance": "9100",
"margin_balance": "0",
"frozen_balance": "0",
"create_time": "2025-06-30 17:03:06 +08:00",
"last_trade_time": "2025-10-24 17:51:24 +08:00"
}
}