Last updated 12 months ago
Was this helpful?
/pool/settle
WETH
USDC
03NOV23
^\d\d\w\w\w\d\d$
1700
C
^C$|^P$
curl -L \ --request POST \ --url '/pool/settle' \ --header 'x-apikey: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '[{"base":"WETH","quote":"USDC","expiration":"03NOV23","strike":1700,"type":"C"}]'
{ "success": [ { "base": "WETH", "quote": "USDC", "expiration": "03NOV23", "strike": 1700, "type": "P" } ], "failed": [ { "reason": "text", "failedOption": { "base": "WETH", "quote": "USDC", "expiration": "03NOV23", "strike": 1700, "type": "P" } } ] }