Request parameters.
Submit withdraw request, in this version, we support BRL,ARS,MXN withdrawal via bank_transfer.
You need to call this api first, and call query order detail api in a loop to get the status of the order until this order is successful.
Before calling this api, please make sure you have already completed your KYC or KYB, and already activated your fiat service on our website.
Weight(UID): 45000
Security Type: TRADE
Request parameters.
Get Fiat Deposit/Withdraw History
Weight(UID): 45000
Security Type: USER_DATA
Notes:
beginTime and endTime are not sent, recent 30-day data is returned.Request parameters.
Get Fiat Payments History
Weight(IP): 1
Security Type: USER_DATA
Notes:
beginTime and endTime are not sent, recent 30-day data is returned.paymentMethod is returned only when querying buy history (transactionType=0).Cash Balance, Credit Card, Online Banking, Bank Transfer.Request parameters.
Get Order Detail
Before calling this api, please make sure you have already completed your KYC or KYB, and already activated your fiat service on our website.
Weight(IP): 1
Security Type: USER_DATA
Request parameters.
Generic function to send a request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
Body parameters for the request.
A promise resolving to the response data object.
Generic function to send a signed request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
Body parameters for the request.
A promise resolving to the response data object.
Submit deposit request, in this version, we only support BRL deposit via pix.
For BRL deposit via pix, you need to place an order before making a transfer from your bank.
Before calling this api, please make sure you have already completed your KYC or KYB, and already activated your fiat service on our website.
Weight(UID): 45000
Security Type: TRADE
Notes:
timestamp,signatureandrecvWindoware sent as query-string parameters, while the business fields (currency,apiPaymentMethod,amount,ext) are sent in the JSON request body withContent-Type: application/json.