Core APIReferenceAssetsSlug
/assets/{slug}/apy
Get Asset APY by slug
Get Asset APY by slug
Path Parameters
slug*string
The slug of the asset
Length
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/assets/superstate-uscc/apy"{ "data": { "slug": "string", "tokens": [ { "assetAddress": "string", "chainId": 0, "symbol": "string", "apy": { "rolling7d": 0, "rolling30d": 0, "sec30d": 0 } } ] }}