Skip to main content
GET
Get information about a single liquidity pool

Authorizations

Authorization
string
header
required

Use the docs sandbox API key for authentication: hydric_docs_4N4ocuirsN8Sh

Path Parameters

poolAddress
string
required

The address of the pool:

  • Standard Format: A 42 character Ethereum contract address.
  • V4 Format: A bytes32 Pool ID hex string
Example:

"0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8"

chainId
enum<number>
required

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).

statusCode
number
required

HTTP status code.

Example:

200

timestamp
string
required

ISO 8601 Timestamp.

Example:

"2026-01-11T00:00:00.000Z"

path
string
required

Request Path.

Example:

"/pools"

traceId
string
required

Unique Trace ID for observability.

Example:

"req_123abc"

data
object
required

Response object for retrieving a single liquidity pool.