Get Funding Amount Report File
Get Funding Amount Report File
GEThttps://api.gemini.com/v1/fundingamountreport/records.xlsx
Downloads a funding amount report as an Excel or CSV file for the specified perpetuals symbol and date range.
GET
curl --request GET \
--url 'https://api.gemini.com/v1/fundingamountreport/records.xlsx?symbol=BTCGUSDPERP&fromDate=2024-04-10&toDate=2024-04-25&numRows=1000'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
- — returns the default maximum of 8760 records starting from now.Code
Query Parameters
Responses
The response will be an excel / csv file. filename=FundingAmount_{SYMBOL}.{xlsx,csv}
Last modified on