{ "currency": "THB", "bankId": "0757943633", "amount": "1000000" }
curl --location -g --request POST 'https://endpoint-gateway.maxbit.com/sapi/v1/fiat/withdraw?timestamp=1718855898528&signature={{signature}}' \ --header 'X-MBX-APIKEY: {{maxbit-api-key}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "currency": "THB", "bankId": "0757943633", "amount": "1000000" }'
{ "currency": "string", "bankId": "string", "amount": 0 }