Assets

get

Get all assets metadata

Responses
chevron-right
200

Assets metadata

application/json
get
/assets
200

Assets metadata

get

Get Asset APY by slug

Path parameters
slugstring · min: 1Required

The slug of the asset

Example: superstate-uscc
Responses
chevron-right
200

Asset APY

application/json
get
/assets/{slug}/apy
get

Get Asset APY history by slug for the given date range

Path parameters
slugstring · min: 1Required

The slug of the asset

Example: superstate-uscc
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

Asset APY history

application/json
get
/assets/{slug}/apy-history
get

Get Asset TVL by slug

Path parameters
slugstring · min: 1Required

The slug of the asset

Example: superstate-uscc
Responses
chevron-right
200

Asset TVL

application/json
get
/assets/{slug}/tvl
get

Get Asset Details by slug

Path parameters
slugstring · min: 1Required

The slug of the asset

Example: superstate-uscc
Responses
chevron-right
200

Asset Details

application/json
get
/assets/{slug}/details
get

Get Asset price history by slug for the given date range

Path parameters
slugstring · min: 1Required

The slug of the asset

Example: superstate-uscc
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

Asset price history

application/json
get
/assets/{slug}/price-history

Last updated