curl --location --globoff 'https://endpoint-gateway.maxbit.com/sapi/v1/fiat/orders?transactionType=0&status=0&beginTime=1718855898528&endTime=1718855898528&page=1&rows=100×tamp=1718855898528&signature={{signature}}' \ --header 'X-MBX-APIKEY: {{maxbit-api-key}}' \ --header 'Content-Type: application/json'
{ "code": "000000", "message": "success", "data": [ { "orderNo": "7d76d611-0568-4f43-afb6-24cac7767365", "fiatCurrency": "BRL", "indicatedAmount": "10.00", "amount": "10.00", "totalFee": "0.00", "method": "BankAccount", "status": "Expired", "createTime": 1626144956000, "updateTime": 1626400907000 } ], "total": 1, "success": true }