Get funding history
This endpoint allows users to get funding history.
GET /api/v1/funding/historyQuery Parameters
Field
Type
Need
Description
Example
/api/v1/funding/history?account=42trU9A5...&limit=20&cursor=11115hVkaResponse
{
"success": true,
"data": [
{
"history_id": 2287920,
"symbol": "PUMP",
"side": "ask",
"amount": "39033804",
"payout": "2.617479",
"rate": "0.0000125",
"created_at": 1759222804122
},
...
],
"next_cursor": "11114Lz77",
"has_more": true
}Field
Type
Description
Code Example (Python)
Last updated