{
"address": "string",
"after_id": [
0
],
"asset_id": "string",
"block_range": "string",
"direction": "all",
"extrinsic_index": "string",
"include_total": true,
"max_amount": "string",
"min_amount": "string",
"order": "asc",
"page": 0,
"row": 1,
"success": true
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/assets/transfers' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"after_id": [
0
],
"asset_id": "string",
"block_range": "string",
"direction": "all",
"extrinsic_index": "string",
"include_total": true,
"max_amount": "string",
"min_amount": "string",
"order": "asc",
"page": 0,
"row": 1,
"success": true
}'{}