Pools
You can explore all exchanges, assets, and get codes for them using our instrument explorer. Alternatively, if you want to obtain the data in a more programmatic way, use this endpoint.
What is this endpoint for?
This endpoint retrieves a list of supported pools. The caracteristics of each pool differs depending on the protocol.
Endpoint
Parameters
Parameter | Required | Description |
---|---|---|
| No | The pool's contract address. |
| No | The pool's protocol. |
| No | The pool's type. ex: Curve meta pool, Curve base pool, etc. |
| No | The trading fees on this pool. |
| No | Filter on one or several tokens in the pool. |
| No | Filter on one or several tokens in the pool. Specific to Curve. |
Fields
Field | Description |
---|---|
| The pool's contract address. |
| The pool's name as it is specified on-chain. |
| The pool's protocol. ex: |
| The pool's type. ex: Curve meta pool, Curve base pool, etc. |
| The trading fees on this pool. |
| The pool's tokens. |
| The underlying tokens in the pool. Specific to Curve. |
| The pool's tick spacing. Specific to Uniswap v3. |
| The weights of the different tokens in the pool. Specific to Balancer. |
Request example
Response example
Last updated