curl --location --request GET 'https://apis.avata.wjlhshop.com/v3/native/mt/mts///balances?page_key=&limit=&id=&count_total=' \ --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, "mts": [ { "id": "string", "amount": 0 } ] } }