curl --location --request GET 'https://apis.avata.wjlhshop.com/v3/native/mt/mts///history' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Signature;'{
"data": {
"prev_page_key": "string",
"next_page_key": "string",
"limit": 0,
"total_count": 0,
"operation_records": [
{
"tx_hash": "string",
"operation": 0,
"signer": "string",
"recipient": "string",
"amount": 0,
"timestamp": "string"
}
]
}
}