API Reference

Use to retrieve key information about DEX pools

Request Parameters

NameTypeDescription
addressstringThe address is an optional (comma-separated) string used to specify one or more DEX pool addresses for which to return metadata.

If the address parameter is not specified, the default behavior is to return size (default 10) results whose position is greater than or equal to from (default 0).
fromintegerAn optional parameter used to specify from what position to return metadata for. The default value is 0.
sizeintegerThe number of records to return. The parameter is optional. If not specified, it defaults to 100. The maximum allowed is 10,000.
chainstringUse eth for Ethereum, and base for Base.

Default: eth

Response Fields

NameTypeDescription
protocol_factory_addressstringThe factory address of the DEX pool.
protocol_namestringThe name of the DEX pool (e.g. uniswap_v2).
timestamp_createdintegerThe UNIX timestamp in seconds that the pool was created.
block_number_createdintegerThe block number at which the pool was created.
pool_addressstringThe address of the pool.
token_0_addressstringThe address of the first token that makes up the pool.
token_1_addressstringThe address of the second token that makes up the pool.

FAQ

How often is the metadata updated?

Our metadata is updated in real-time. The moment a new pool is created we will have metadata for it (within a few seconds of a block being mined).

Live Example

Press Try It to make a request and see what the response looks like. Feel free to try different query parameters.

Language
Click Try It! to start a request and see the response here!