GET
/
v1
/
pool
/
details
Get Pool Details
curl --request GET \
  --url https://zap.dzap.io/v1/pool/details
{
  "status": "success",
  "data": {
    "address": "0x4C36388bE6F416A29C8d8Eee81C771cE6bE14B18",
    "slot0": {
      "sqrtPriceX96": "1234567890",
      "tick": -12345,
      "tickSpacing": 60
    }
  }
}

Query Parameters

chainId
number
required

Chain ID of the pool.

Example:

8453

provider
string
required

Provider name.

Example:

"uniswap"

address
string
required

Pool address.

Example:

"0x4C36388bE6F416A29C8d8Eee81C771cE6bE14B18"

Response

200
application/json

Successful response with pool details

The response is of type object.