Create Pools
Last updated
Was this helpful?
Last updated
Was this helpful?
WETH
USDC
03NOV23
Pattern: ^\d\d\w\w\w\d\d$
1700
P
Possible values: POST /pools HTTP/1.1
Host:
x-apikey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 80
[
{
"base": "WETH",
"quote": "USDC",
"expiration": "03NOV23",
"strike": 1700,
"type": "P"
}
]
{
"success": [
{
"base": "WETH",
"quote": "USDC",
"expiration": "03NOV23",
"strike": 1700,
"type": "P",
"poolAddress": "0x...4cFF2"
}
],
"existed": [
{
"base": "WETH",
"quote": "USDC",
"expiration": "03NOV23",
"strike": 1700,
"type": "P",
"poolAddress": "0x...4cFF2"
}
],
"failed": [
{
"base": "WETH",
"quote": "USDC",
"expiration": "03NOV23",
"strike": 1700,
"type": "P"
}
]
}