Last updated 8 months ago
Terms and Disclaimers
Successful operation
"WETH"
"USDC"
"03NOV23"
^\d\d\w\w\w\d\d$
1700
"P"
"0x...4cFF2"
const response = await fetch('/pools', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "base": "WETH", "quote": "USDC", "expiration": "03NOV23", "strike": 1700, "type": "P", "poolAddress": "0x...4cFF2" } ]