Skip to content

Get Market

GET
/v1/markets/{market}

Market detail with every member pool inline.

Parameters

Path Parameters

market*

Market contract strkey (C…)

Type
string
Required

Responses

Market summary

application/json
JSON
{
  
"config_hash": "string",
  
"market": "string",
  
"observed_ledger": 0,
  
"pool_count": 0,
  
"pools": [
  
  
{
  
  
  
"borrow_apy_bps": 0,
  
  
  
"decimals": 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
  
  
}
  
],
  
"truncated": true,
  
"tvl_usd_cents": "string"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI