{
"address": "string",
"order": "asc",
"order_field": "token",
"page": 0,
"row": 0,
"token_type": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/v2/scan/account/tokens' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"order": "asc",
"order_field": "token",
"page": 0,
"row": 0,
"token_type": "string"
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"alias_name": "string",
"asset_id": "string",
"balance": "string",
"bonded": "string",
"category": "string",
"contract": "string",
"conviction_lock": "string",
"currency_id": "string",
"decimals": 0,
"democracy_lock": "string",
"election_lock": "string",
"exchange_ratio": "string",
"label": "string",
"lock": "string",
"lp_bonded_token_combination": [
{
"amount": "string",
"decimals": 0,
"price": "string",
"symbol": "string",
"unique_id": "string"
}
],
"lp_token_combination": [
{
"amount": "string",
"decimals": 0,
"price": "string",
"symbol": "string",
"unique_id": "string"
}
],
"media": [
{
"types": "string",
"url": "string"
}
],
"multi_location": null,
"price": "string",
"reserved": "string",
"supply": "string",
"symbol": "string",
"token_image": "string",
"unbonding": "string",
"unclaimed": "string",
"unique_id": "string",
"vesting": {
"linear_schedules": [
{
"balance": "string",
"cliff": 0,
"vesting": 0
}
],
"orml_schedules": [
{
"per_period": "string",
"period": 0,
"period_count": 0,
"start": 0
}
],
"pallet_schedules": [
{
"locked": "string",
"per_block": "string",
"starting_block": 0
}
],
"total_locked": "string",
"type": "string"
}
}
],
"module": [
"string"
]
},
"generated_at": 1699600641,
"message": "Success"
}