{
"address": "string",
"after_id": [
0
],
"asset_symbol": "string",
"asset_unique_id": "string",
"block_range": "string",
"currency": "token",
"direction": "all",
"extrinsic_index": "string",
"filter_nft": true,
"include_total": true,
"item_id": 0,
"max_amount": "string",
"min_amount": "string",
"order": "asc",
"page": 0,
"receiver": "string",
"row": 10,
"sender": "string",
"success": true,
"timeout": 0,
"token_category": [
"string"
]
}curl --location 'https://polkadot.api.subscan.io/api/v2/scan/transfers' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data '{
"address": "string",
"after_id": [
0
],
"asset_symbol": "string",
"asset_unique_id": "string",
"block_range": "string",
"currency": "token",
"direction": "all",
"extrinsic_index": "string",
"filter_nft": true,
"include_total": true,
"item_id": 0,
"max_amount": "string",
"min_amount": "string",
"order": "asc",
"page": 0,
"receiver": "string",
"row": 10,
"sender": "string",
"success": true,
"timeout": 0,
"token_category": [
"string"
]
}'{
"code": 0,
"data": {
"count": 0,
"total": {
"property1": {
"received": "string",
"sent": "string",
"total": "string"
},
"property2": {
"received": "string",
"sent": "string",
"total": "string"
}
},
"transfers": [
{
"amount": "string",
"amount_v2": "string",
"asset_symbol": "string",
"asset_type": "string",
"asset_unique_id": "string",
"block_num": 0,
"block_timestamp": 0,
"currency_amount": "string",
"current_currency_amount": "string",
"event_idx": 0,
"extrinsic_index": "string",
"fee": "string",
"from": "string",
"from_account_display": {
"account_index": "string",
"address": "string",
"display": "string",
"evm_address": "string",
"evm_contract": {
"contract_name": "string",
"verify_source": "string"
},
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"merkle": {
"address_type": "string",
"tag_name": "string",
"tag_subtype": "string",
"tag_type": "string"
},
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
},
"people": {
"display": "string",
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
}
}
},
"hash": "string",
"is_lock": true,
"item_detail": {
"collection_symbol": "string",
"fallback_image": "string",
"image": "string",
"local_image": "string",
"media": [
{
"types": "string",
"url": "string"
}
],
"symbol": "string",
"thumbnail": "string"
},
"item_id": "string",
"module": "string",
"nonce": 0,
"success": true,
"to": "string",
"to_account_display": {
"account_index": "string",
"address": "string",
"display": "string",
"evm_address": "string",
"evm_contract": {
"contract_name": "string",
"verify_source": "string"
},
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"merkle": {
"address_type": "string",
"tag_name": "string",
"tag_subtype": "string",
"tag_type": "string"
},
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
},
"people": {
"display": "string",
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
}
}
},
"transfer_id": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}