☢️Aggregation API Usage Guide
Summery of APIs we Provide
Aggregation API Documentation
Note: This API is in the early stages. The endpoints and API specifications are subject to change at any time.
GraphQL API
Endpoint: http://test.xtreamly.io:10007/graphql/
A GraphQL playground is available at the same URL and can be accessed using a web browser.
Available Items
Mempool Item
These are mempool transactions monitored by our own full node. They contain the first seen time and the first block that the transaction was seen.
Example Query:
SwapWithDetail Item
These are swaps detected on the blockchain that implement the Uniswap v3 swap interface and meet certain conditions in our system. For a swap to be listed here, it must meet conditions such as obtaining the underlying pool fee according to Uniswap and the token price in USD from our sources. If a swap fails to meet any of these conditions, it won't be listed here. We are working on a different collection to provide raw information about these transactions.
Example Query:
TimeLiquidityPrices Item
These items provide information and insight about a liquidity pool implementing Uniswap v3. They include, but are not limited to, token prices and symbols, and TVLs (Total Value Locked) in both token terms and USD terms.
Example Query:
TimeVolatility Item
These items provide information and insight about the volatility of a specific liquidity pool that implements the Uniswap v3 interface. Analytics include average price, standard deviation, variance, and average true range.
Example Query:
TimeVolume Item
These items provide information and insight about the volume of trades that happen in a pool implementing Uniswap v3. These volumes are calculated using the actual value in USD at the time of swap detection and then summed up for a specific period. Information about liquidity pool events such as minting, burning, and collecting is not included in these metrics.
Example Query:
Information REST API
Endpoint: https://test.xteamly.io:7111
Supported Pool
A list of pools we officially support for information gathering. Although we aggregate data for other pools as well, the data from these pools are proven to be more stable and accurate than others. Other pool support can be dropped at any time.
Endpoint:
/api/v1/Mempool/GetOfficiallySupportedPoolList
Example Response:
Last updated