Get spot deposit history
This endpoint returns spot asset deposit history.
GET /api/v1/account/spot_asset/deposit/historyQuery Parameters
Field
Type
Need
Description
Example
/api/v1/account/spot_asset/deposit/history?account=42trU9A5...Response
{
"success": true,
"data": [
{
"symbol": "SOL",
"amount": "1.50000000",
"transaction_id": "5xGk...",
"created_at": 1716200000000
}
...
],
"next_cursor": "11114Lz77",
"has_more": true
}Field
Type
Description
Code Example (Python)
Last updated