v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Addresses

Get token balance for a given address on a specific chain

get/accounts/{account_id}/addresses/{address_id}/balance

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

address_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Address ID

Query parameters

transfer_typestring

Transfer type

value_typestring

Value type

Response

OK

transfer_typestring
value_typestring

Example response

{
  "address": {
    "address": "0xb518d4d6221d9a41d23d71cbce8e106e7aab8f9b",
    "id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC"
  },
  "balance": {
    "currency": "USD",
    "value": "11234.88"
  },
  "transfer_type": "Solana",
  "value_type": "USDC"
}