Skip to main content

BNB transfer (TRADE)

API Description

Transfer BNB in and out of UM

HTTP Request

POST /papi/v1/bnb-transfer

Request Weight(IP)

750

Request Parameters

NameTypeMandatoryDescription
amountDECIMALYES
transferSideSTRINGYES"TO_UM","FROM_UM"
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES
  • The endpoint can only be called 10 times per 10 minutes in a rolling manner

Response Example

{
"tranId": 100000001 //transaction id
}