Find Pools
Required scopes
This endpoint requires the following scopes:
Authorizations
x-apikeystringRequired
Query parameters
basestringOptionalExample:
base token symbol (ie WETH)
WETHPattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$quotestringOptionalExample:
quote token symbol (ie USDC)
USDCPattern: ^testWETH$|^WETH$|^WBTC$|^PREMIA$|^LINK$|^USDC$|^DAI$|^ARB$expirationstringOptionalExample:
option expiration (ie 03NOV23)
03NOV23Pattern: ^\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
/poolsGET /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?