To trade with a va
Last updated 12 months ago
Was this helpful?
/vaults/trade
WETH
USDC
03NOV23
^\d\d\w\w\w\d\d$
1700
4
buy
0.23
P
C
curl -L \ --request POST \ --url '/vaults/trade' \ --header 'x-apikey: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"base":"WETH","quote":"USDC","expiration":"03NOV23","strike":1700,"size":4,"direction":"buy","premiumLimit":0.23,"type":"P"}'
{ "market": { "vault": "pSV-WETH/USDCe-C", "strike": 2500, "expiration": "03NOV23", "size": 4, "direction": "buy" } }