Find Pools
Authorizations
Query parameters
basestringOptionalExample:
base token symbol (ie WETH)
WETH
Pattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$
quotestringOptionalExample:
quote token symbol (ie USDC)
USDC
Pattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$
expirationstringOptionalExample:
option expiration (ie 03NOV23)
03NOV23
Pattern: ^\d\d\w\w\w\d\d$
Responses
200
Successful operation
application/json
400
Invalid parameters supplied
application/json
401
Not authorized
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?