Core APIReferenceAssetsSlug
/assets/{slug}/apy-history
Get Asset APY history by slug for the given date range
Get Asset APY history by slug for the given date range
Path Parameters
slug*string
The slug of the asset
Length
1 <= lengthQuery Parameters
startDate?|
Unix timestamp in seconds
endDate?|
Unix timestamp in seconds
Default
1787558924Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/assets/superstate-uscc/apy-history"{ "data": { "slug": "string", "tokens": [ { "assetAddress": "string", "chainId": 0, "symbol": "string", "history": [ { "day": 0, "apy": { "rolling7d": 0, "rolling30d": 0, "sec30d": 0 } } ] } ] }}