Pools
Endpoints that begin with /pools/
path provides user control over option pools lifecycle: use can fetch all available pools (optionally filtered by base
token, quote
token, expiration
date) and deploy a new option pool.
If some option pools is already deployed, POST /pools
will handle this case gracefully without an error.
`GET /pools`
returns only the pools been deployed 90 days ago or later.
Last updated