Skip to content

Get Asset

GET
/v1/assets/{market}/{pool}

Latest snapshot for a single pool.

Parameters

Path Parameters

market*

Market contract strkey (C…)

Type
string
Required
pool*

Pool contract strkey (C…)

Type
string
Required

Responses

Single asset

application/json
JSON
{
  
"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
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI