Find Pools

Returns all active pool up to 90 days old.

get
Authorizations
Query parameters
basestringOptional

base token symbol (ie WETH)

Example: WETHPattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$
quotestringOptional

quote token symbol (ie USDC)

Example: USDCPattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$
expirationstringOptional

option expiration (ie 03NOV23)

Example: 03NOV23Pattern: ^\d\d\w\w\w\d\d$
Responses
200
Successful operation
application/json
get
GET /pools HTTP/1.1
Host: 
x-apikey: YOUR_API_KEY
Accept: */*
[
  {
    "base": "WETH",
    "quote": "USDC",
    "expiration": "03NOV23",
    "strike": 1700,
    "type": "P",
    "poolAddress": "0x...4cFF2"
  }
]

Last updated

Was this helpful?