Last updated 1 year ago
Was this helpful?
WETH
USDC
03NOV23
^\d\d\w\w\w\d\d$
1700
C
^C$|^P$
POST /pool/settle 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": "C" } ]
Positions settled
{ "success": [ { "base": "WETH", "quote": "USDC", "expiration": "03NOV23", "strike": 1700, "type": "P" } ], "failed": [ { "failedOption": { "base": "WETH", "quote": "USDC", "expiration": "03NOV23", "strike": 1700, "type": "P" }, "reason": "text" } ] }