Wallet
Query User Universal Transfer History (USER_DATA)
- fromSymbol must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
- toSymbol must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
- Support query within the last 6 months only
- If startTime and endTime not sent, return records of the last 7 days by default
Weight(IP): 1
get/sapi/v1/asset/transfer
Query parameters
type'MAIN_C2C' | 'MAIN_UMFUTURE' | 'MAIN_CMFUTURE' | 'MAIN_MARGIN' | 'MAIN_MINING' | 'C2C_MAIN' | 'C2C_UMFUTURE' | 'C2C_MINING' | 'C2C_MARGIN' | 'UMFUTURE_MAIN' | 'UMFUTURE_C2C' | 'UMFUTURE_MARGIN' | 'CMFUTURE_MAIN' | 'CMFUTURE_MARGIN' | 'MARGIN_MAIN' | 'MARGIN_UMFUTURE' | 'MARGIN_CMFUTURE' | 'MARGIN_MINING' | 'MARGIN_C2C' | 'MINING_MAIN' | 'MINING_UMFUTURE' | 'MINING_C2C' | 'MINING_MARGIN' | 'MAIN_PAY' | 'PAY_MAIN' | 'ISOLATEDMARGIN_MARGIN' | 'MARGIN_ISOLATEDMARGIN' | 'ISOLATEDMARGIN_ISOLATEDMARGIN' required
Example:MAIN_C2C
Universal transfer type
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
currentinteger
Example:1
Current querying page. Start from 1. Default:1
sizeinteger
Example:100
Default:10 Max:100
fromSymbolstring
Example:BNBUSDT
Must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
toSymbolstring
Example:BNBUSDT
Must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Universal transfer history
Example response
{
"total": 1,
"rows": [
{
"asset": "USDT",
"amount": "1",
"type": "MAIN_UMFUTUR",
"status": "CONFIRMED",
"tranId": 11415955596,
"timestamp": 1544433328000
}
]
}