{
"merchantId": "string",
"applyStatus": "string",
"beginTimestamp": 0,
"endTimestamp": 0,
"paging": {
"page": 0,
"limit": 0
}
}curl --location --request POST 'https://wallet-agency-api.viatechbank.com.br/open/trade/v1/listRechargeOrder' \
--header 'X-Timestamp: 1749018506' \
--header 'X-Signature: pGfnvTFEN9aGOOyg6Dd/mktP7eeYBa1f7gsF20PrE72Ee1qypwmvL2HaN1BhVahLHG42AWbWLcz0sn4RDs7qq1JhX3JFA3DqCRCAXo+WDwfa1AYGEMoHX71h7tRVQ0ZlarGjXsiz9hITr5sTp1D8/Y9snWeA1wCvF0ZlA9m4EMTcpSr68hN/y4n5mQ2chyMMi/RKMNRFr+Jh3S5xXeJZftLqDVa9v2UBW7oq3Qg2DPgESKEQ+oug7pqdRWSqvDnGsQLRxBlVbOq37ZBT+mxoUaDV62MhdKqLtiPfzo3DU/OMQeK1WSglUvN2A7wTC5qvL2b+lLNVtmqd9Q2yKGSaRA==' \
--header 'X-Agency-ID: 999cf24e-e4cb-4e32-8322-d28cea9c8cbd' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": "string",
"applyStatus": "string",
"beginTimestamp": 0,
"endTimestamp": 0,
"paging": {
"page": 0,
"limit": 0
}
}'{
"code": "string",
"data": {
"total": 0,
"list": [
{
"orderId": "string",
"currencyId": "string",
"merchantId": "string",
"status": "string",
"applyId": "string",
"applyStatus": 0,
"applyUpdatedAt": "string",
"currencyInfo": {
"id": "string",
"code": "string",
"name": "string",
"symbol": "string"
}
}
]
},
"err": null,
"toast": null
}