Assets
get
Get all assets metadata
Responses
200
Assets metadata
application/json
get
/assets200
Assets metadata
get
Get Asset APY by slug
Path parameters
slugstring · min: 1RequiredExample:
The slug of the asset
superstate-usccResponses
200
Asset APY
application/json
404
Not found
application/json
500
Server error
application/json
get
/assets/{slug}/apyget
Get Asset APY history by slug for the given date range
Path parameters
slugstring · min: 1RequiredExample:
The slug of the asset
superstate-usccQuery parameters
startDatenumber | nullableOptional
Unix timestamp in seconds
endDatenumber | nullableOptionalDefault:
Unix timestamp in seconds
1768672688Responses
200
Asset APY history
application/json
404
Not found
application/json
500
Server error
application/json
get
/assets/{slug}/apy-historyget
Get Asset TVL by slug
Path parameters
slugstring · min: 1RequiredExample:
The slug of the asset
superstate-usccResponses
200
Asset TVL
application/json
404
Not found
application/json
500
Server error
application/json
get
/assets/{slug}/tvlget
Get Asset Details by slug
Path parameters
slugstring · min: 1RequiredExample:
The slug of the asset
superstate-usccResponses
200
Asset Details
application/json
404
Not found
application/json
500
Server error
application/json
get
/assets/{slug}/detailsget
Get Asset price history by slug for the given date range
Path parameters
slugstring · min: 1RequiredExample:
The slug of the asset
superstate-usccQuery parameters
startDatenumber | nullableOptional
Unix timestamp in seconds
endDatenumber | nullableOptionalDefault:
Unix timestamp in seconds
1768672688Responses
200
Asset price history
application/json
404
Not found
application/json
500
Server error
application/json
get
/assets/{slug}/price-historyLast updated