Snapshots

Retrieves a snapshot (a point in time) of the liquidity of the tokens in a pool.

👍

Protocols Supported

This endpoint only supports Uniswap v2.

👍

Blockchains Supported

This endpoint only supports data from ethereum-mainnet.

🚧

Time Range Limit

The maximum time range (difference between endDate and startDate) is 1 days.

📘

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous hour.

Response Data

FieldTypeDescription
timestampstringThe timestamp associated with this event.
blocknumberstringThe block number associated with this event.
transactionhashstringThe transaction hash or tx hash associated with this event.
exchangeIdstringThe exchange (or DEX) address associated with this event.
exchangeNamestringThe name of the exchange associated with the above address.
poolNamestringThe name of the pool in the exchange.
poolAddressstringThe pool address.
symbolstringThe name of the base token in the pool.
addressstringThe address of the base token in the pool.
tokenReservestringThe amount of the base token in the pool.
tokenLiquiditystringThe amount of liquidity of the base token in the pool.
symbolstringThe name of the quote token in the pool.
addressstringThe address of quote token in the pool.
tokenReservestringThe amount of the quote token in the pool.
tokenLiquiditystringThe amount of liquidity of the quote token in the pool.
totalPoolValuestringThe total value of the pool (in USD), aka, TVL.
lpTokenPricestringThe price of the pool token, aka the LP token in USD.
Language
Authorization
Header
Click Try It! to start a request and see the response here!