Get Mirror Operation Records
GET
/open-api/v1/mirror/records/listThis method allows to get Mirror operation records of the requested Binance UID, wallet ID, coinSymbol, network and timeframe.
Either binanceUID or walletIdStr must be provided.
API Key permission group : Enable Enquiry
Request
Binance UID
Wallet ID
Coin symbol (in capital letters)
Network symbol All networks if not specific
Start time (timestamp in milliseconds)
End time (timestamp in milliseconds)
Binance Mirror operation type :1: Borrow2: Settle from Custody3: Settle from Binance
Status: 20: In Progress 30: Success 99: Failed
Page limit
Page no
Current timestamp in millisecond
API key
Signature of the request
Request samples
Responses
Data list
Amount of this Binance Mirror Operation
Binance UID
Coin symbol
Network symbol
Binance Mirror Operation Time
Binance Mirror Operation Type :
1: Borrow
2: Settle from Custody
3: Settle from Binance
Operation Record Unique Identifier
Status:
20: In Progress
30: Success
99: Failed
Wallet Identifier
Page limit
Page number
Total page
{
"pageNo": 1,
"totalPage": 1,
"pageLimit": 20,
"data": [
{
"recordId": "1000001201741",
"binanceUID": "1000001201741",
"walletIdStr": "1450411129215791105",
"operationType": 1,
"amount": "13",
"coinSymbol": "USDT",
"network": "ETH",
"status": 10,
"operationTime": 1643242410000
}
]
}