导入交易记录接口
Last updated
Was this helpful?
Was this helpful?
{
"entityAccountId": "QfgBd6vH2ptevhqZjNTn06MiJOFUXGcD",
"sourceId": "RHFjsy6UIgM1rdxvefXVsJy8L3NOhBmQ",
"timezone": "UTC",
"list": [
{
"datetime": "2023-11-01 11:13:00",
"tradeID": "12341",
"type": "FUTURE_OPEN",
"positionSide": "LONG",
"baseAsset": "Binance-ETHUSDT-PERP1",
"baseAmount": 0.0081,
"counterAsset": "USDT",
"counterAmount": 16.793,
"feeAsset": "USDT",
"feeAmount": 0.01,
"memo": ""
},
{
"datetime": "2023-11-01 11:13:00",
"tradeID": "12342",
"type": "FUTURE_CLOSE",
"positionSide": "LONG",
"baseAsset": "Binance-ETHUSDT-PERP1",
"baseAmount": 1.0081,
"counterAsset": "USDT",
"counterAmount": 17.793,
"feeAsset": "USDT",
"feeAmount": 1.01,
"memo": ""
}
]
}
{
"status": "success",
"data": true
}