Get Funding Payment Report JSON
Get Funding Payment Report JSON
POSThttps://api.gemini.com/v1/perpetuals/fundingpaymentreport/records.json
Retrieves the funding payment report in JSON format for the authenticated account and the specified date range.
POST
curl --request POST \
--url 'https://api.gemini.com/v1/perpetuals/fundingpaymentreport/records.json?fromDate=2024-04-10&toDate=2024-04-25&numRows=1000' \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/perpetuals/fundingpaymentreport/records.json?fromDate=2024-04-10&toDate=2024-04-25&numRows=1000",
"nonce": "<nonce>"
}
'Examples
- — returns the lesser of the date-range record count andCode.Code
- — returns all records in the date range.Code
- — returns up to 1000 records starting from now.Code
- No parameters — returns the default maximum of 8760 records starting from now.
Query Parameters
Headers
Request Body
Responses
JSON response containing funding payment report.
Last modified on