{
"address": "string",
"after_id": 0,
"amount_scale_max": "string",
"amount_scale_min": "string",
"asset_unique_id": "string",
"either_chain": "string",
"from": "string",
"from_chain": "string",
"page": 0,
"row": 1,
"status": "pending",
"time_end": 1,
"time_start": 1,
"to": "string",
"to_chain": "string"
}curl --location 'https://acala.api.subscan.io/api/scan/tokengateway/transfers' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data '{
"address": "string",
"after_id": 0,
"amount_scale_max": "string",
"amount_scale_min": "string",
"asset_unique_id": "string",
"either_chain": "string",
"from": "string",
"from_chain": "string",
"page": 0,
"row": 1,
"status": "pending",
"time_end": 1,
"time_start": 1,
"to": "string",
"to_chain": "string"
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"asset": {
"amount": "string",
"decimals": 0,
"symbol": "string",
"unique_id": "string"
},
"block_num": 0,
"block_timestamp": 0,
"cross_chain_status": 0,
"dest_account": {
"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"
}
}
},
"dest_chain": "string",
"event_index": "string",
"event_type": "string",
"extrinsic_index": "string",
"id": 0,
"source_account": {
"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"
}
}
},
"source_chain": "string",
"status": "pending"
}
]
},
"message": "string"
}