List Funding Payments
List Funding Payments
POSThttps://api.gemini.com/v1/perpetuals/fundingPayment
Retrieves the account's funding payment history for perpetuals positions.
Note
The response field instrumentSymbol is only attached to requests from 16th April 2024 onwards.
POST
curl --request POST \
--url https://api.gemini.com/v1/perpetuals/fundingPayment \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/perpetuals/fundingPayment",
"nonce": "<nonce>"
}
'Roles
The API key you use to access this endpoint must have the Trader or Auditor role assigned. See Roles for more information.
The OAuth scope must have orders:read assigned to access this endpoint. See OAuth Scopes for more information.
Query Parameters
Headers
Request Body
Responses
The response will be an array of funding payment objects.
Last modified on