cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/get_reward_eligibility \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "private/get_reward_eligibility", "params": {} } '
{ "jsonrpc": "2.0", "id": 1, "result": { "usdc": { "eligibility_status": "non_eligible", "apr_sma7": 4 }, "usde": { "eligibility_status": "eligible", "apr_sma7": 7 }, "buidl": { "eligibility_status": "eligible", "apr_sma7": 3.943606 }, "steth": { "eligibility_status": "eligible", "apr_sma7": 2.692285714285714 } } }
Returns reward eligibility status and APR data for all supported currencies.
This method takes no parameters.
๐ Related Support Article: Yield reward-bearing coins
Try in API console
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?