Skip to content

List Assets

GET
/v1/assets

List pool snapshots, optionally filtered by market or token. Paginated via opaque cursor.

Parameters

Query Parameters

market
Type
[ "string", "null" ]
token
Type
[ "string", "null" ]
cursor
Type
[ "string", "null" ]
limit
Type
integer
Format
"int32"
Minimum
0

Responses

Assets page

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"borrow_apy_bps": 0,
  
  
  
"decimals": 0,
  
  
  
"market": "string",
  
  
  
"observed_ledger": 0,
  
  
  
"oracle_price_usd": "string",
  
  
  
"pool": "string",
  
  
  
"supply_apy_bps": 0,
  
  
  
"symbol": "string",
  
  
  
"token_address": "string",
  
  
  
"total_borrowed": "string",
  
  
  
"total_supplied": "string",
  
  
  
"tvl_usd_cents": "string",
  
  
  
"utilization_bps": 0
  
  
}
  
],
  
"next_cursor": "string"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI