Get Margin Interest Rates
Get Margin Interest Rates
POSThttps://api.gemini.com/v1/margin/rates
Retrieves current margin interest rates for all borrowable assets. Returns hourly, daily, and annual borrow rates for each currency.
Account Type
This endpoint is only available for margin trading accounts.
POST
curl --request POST \
--url https://api.gemini.com/v1/margin/rates \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/margin/rates",
"nonce": "<nonce>"
}
'Roles
The API key you use to access this endpoint must have the Trader, Fund Manager or Auditor role assigned. See Roles for more information.
The OAuth scope must have balances:read assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Request Body
Responses
Current margin interest rates for all borrowable assets
Last modified on