v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Market Data
Public

Retrieves historical Annual Percentage Rate (APR) data for yield-generating tokens. APR represents the annualized return rate for holding these tokens on Deribit.

This method is only applicable to yield-generating tokens: USDE, STETH, USDC, and BUILD. Use the limit parameter to specify the number of days to retrieve (default 365, maximum 365), and before to retrieve APR history before a specific epoch day.

📖 Related Support Article: Yield reward-bearing coins

Try in API console

get/public/get_apr_history

Query parameters

currency'usde' | 'steth' | 'usdc' | 'build' required
Example:steth

Currency for which to retrieve APR history

limitinteger
Example:5

Number of days to retrieve (default 365, maximum 365)

beforeinteger

Used to receive APR history before given epoch day

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": {
    "continuation": "xY7T6cutS3t2B9YtaDkE6TS379oKnkzTvmEDUnEUP2Msa9xKWNNaT"
  }
}