{
"after_id": 0,
"page": 0,
"row": 1
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/sxt/transfers' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"after_id": 0,
"page": 0,
"row": 1
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"amount": "string",
"amount_raw": "string",
"block_hash": "string",
"block_num": 0,
"contract": "string",
"from": {
"address": "string",
"is_contract": true,
"is_verified": true,
"name": "string"
},
"id": 0,
"log_index": 0,
"method": "string",
"timestamp": 0,
"to": {
"address": "string",
"is_contract": true,
"is_verified": true,
"name": "string"
},
"transaction_hash": "string"
}
]
},
"generated_at": 1699600641,
"message": "Success"
}