Get information about a single liquidity pool
Liquidity Pools
Get information about a single liquidity pool
Returns detailed information about a single liquidity pool by address and chain id
GET
Get information about a single liquidity pool
Authorizations
Use the docs sandbox API key for authentication: hydric_docs_4N4ocuirsN8Sh
Path Parameters
The address of the pool:
- Standard Format: A 42 character Ethereum contract address.
- V4 Format: A bytes32 Pool ID hex string
Example:
"0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8"
The chain id of the pool. This must be a supported network chain id.
Available options:
1, 143, 130, 999, 8453, 9745, 534352 Example:
1
Response
The pool data was successfully retrieved.
Global Success Response that every endpoint returns if the request was successful (not errors).
HTTP status code.
Example:
200
ISO 8601 Timestamp.
Example:
"2026-01-11T00:00:00.000Z"
Request Path.
Example:
"/pools"
Unique Trace ID for observability.
Example:
"req_123abc"
Response object for retrieving a single liquidity pool.