curl --location --request GET 'https://api.rapira.net/open/deposit_address/list?currency=usdt-trc20' \
--header 'Authorization: Bearer {{JWT}}' \
--header 'accept: application/json'[
{
"address": "TMTgUcfyyaoPZbV3wiBVqhnycS7UK2MU59",
"blockchain": "Tron",
"created_at": "2023-01-28T13:17:25Z",
"id": 28
},
{
"address": "TUqQeGMNVFZt4VpeG44G3CvQna8ZNAhzzM",
"blockchain": "Tron",
"created_at": "2023-08-11T11:06:33.112Z",
"id": 316
}, ...
]