{
"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 --request POST 'https://polkadot.api.subscan.io/api/v2/scan/transfers' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
]
}'