Skip to main content
address
String!
required
The contract address for the token.
currentPoolAmount
String!
required
The amount of token currently in the pair.
decimals
Int!
required
The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).
id
String!
required
The ID of the token (address:networkId).
initialPoolAmount
String!
required
The initial amount of token added to the pair.
name
String!
required
The name of the token.
networkId
Int!
required
The network ID the token is deployed on.
pairId
String!
required
The ID of the pair (pairAddress:networkId).
poolVariation
Float!
required
The percent change token remaining in the pair since the initial add.
symbol
String!
required
The symbol for the token.