Returns a list of pairs for a token.
Endpoint: listPairsForToken
Method: POST
Arguments
Response
| Name | Type | Description |
|---|---|---|
| address | String! | The contract address of the pair. |
| createdAt | Int | The unix timestamp for the creation of the pair. |
| exchangeHash | String! | The address for the exchange factory contract. |
| fee | Int | The exchange fee for swaps. |
| id | String! | The ID for the pair (
). |
| networkId | Int! | The network ID the pair is deployed on. |
| pooled | PooledTokenValues | The pooled amounts of each token in the pair. |
| tickSpacing | Int | The amount of required tick separation. Only applicable for pairs on UniswapV3. |
| token0 | String! | The contract address of
. |
| token0Data | EnhancedToken | Metadata for the first token in the pair. |
| token1 | String! | The contract address of
. |
| token1Data | EnhancedToken | Metadata for the second token in the pair. |
Explore
Ask questions, share what you're working on and request new features 👬👭