Get funding history
This endpoint allows users to get funding history.
Query Parameters
Field
Type
Need
Description
Example
"account"
string
required
Trading pair symbol
42trU9A5...
"limit"
integer
optional
Maximum number of records to return default system defined limit
100
"offset"
integer
optional
Number of records to skip
0
Response
Status 200: Successfully retrieved funding history
Status 400: Invalid request parameters
Status 401: Unauthorized access
Status 500: Internal server error
Code Example (Python)
Last updated