Find Pools
Last updated
Was this helpful?
Last updated
Was this helpful?
base token symbol (ie WETH)
WETH
Pattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$
quote token symbol (ie USDC)
USDC
Pattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$
option expiration (ie 03NOV23)
03NOV23
Pattern: ^\d\d\w\w\w\d\d$
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"
}
]