This endpoint allows users to get funding history.
User account address
Maximum number of records to return (optional, defaults to system defined limit)
Number of records to skip (optional, defaults to 0)
GET /api/v1/funding/history?account=text HTTP/1.1 Host: Accept: */*
Successfully retrieved funding history
[ { "amount": "0.0067", "createdAt": "2025-03-25T16:00:06.600783Z", "historyId": 12551, "payout": "-0.007351166970000000000000000", "rate": "0.0000125000000000000000000000", "side": "bid", "symbol": "BTC" } ]