Skip to content

List Markets

GET
/v1/markets

List all known markets with pool count and TVL.

Responses

All markets

application/json
JSON
[
  
{
  
  
"market": "string",
  
  
"name": "string",
  
  
"observed_ledger": 0,
  
  
"pool_count": 0,
  
  
"tvl_usd_cents": "string"
  
}
]

Playground

Samples

Powered by VitePress OpenAPI