Skip to main content

Create Inbound Transfer (PREDICTION_TRADE)

API Description

Transfer funds from the prediction wallet back to the user's CEX account (SPOT or FUNDING). Requires SAS authorization.

HTTP Request

POST /sapi/v1/w3w/wallet/prediction/transfer/inbound

Request Weight(IP)

200

Request Parameters

NameTypeMandatoryDescription
walletIdSTRINGYESWallet ID
walletAddressSTRINGYESUser's prediction wallet address
fromTokenAmountSTRINGYESTransfer amount in wei (18 decimals). Must be > 0. Example: 1000000000000000000 = 1 USDT
accountTypeSTRINGYESDestination CEX account. Enum: SPOT, FUNDING
fromTokenSTRINGNOSource token symbol. Default: USDT
toTokenSTRINGNODestination token symbol. Default: USDT
chainIdSTRINGNOChain ID. Default: 56 (BSC)

Response Example

{
"transferId": "tf_20260525_in_001",
"status": "PROCESSING"
}