cURL
curl --request GET \ --url https://zap.dzap.io/v1/pool/details
{ "status": "success", "data": { "address": "0x4C36388bE6F416A29C8d8Eee81C771cE6bE14B18", "slot0": { "sqrtPriceX96": "1234567890", "tick": -12345, "tickSpacing": 60 } } }
Retrieve detailed information about a specific pool by address.
Chain ID of the pool.
8453
Provider name.
"uniswap"
Pool address.
"0x4C36388bE6F416A29C8d8Eee81C771cE6bE14B18"
Successful response with pool details
The response is of type object.
object