curl --location --request GET 'https://apis.avata.wjlhshop.com/v3/native/nft/nfts' \
--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,
"nfts": [
{
"id": "string",
"name": "string",
"class_id": "string",
"class_name": "string",
"class_symbol": "string",
"uri": "string",
"owner": "string",
"status": 0,
"tx_hash": "string",
"timestamp": "string"
}
]
}
}