Skip to main content
networkId
Int!
required
The network ID the NFT collection is deployed on.
poolAddress
String!
required
The contract address of the NFT pool.
collectionAddress
String!
required
The contract address of the NFT collection.
tokenAddress
String!
required
The contract address of the liquidity token of the pool (usually WETH).
ownerAddress
String!
required
The wallet address of the pool owner.
assetRecipientAddress
String!
required
The wallet address that will receive the tokens or NFT sent to the pair during swaps.
bondingCurveAddress
String!
required
The contract address of the bonding curve.
delta
String!
required
The initial delta used in the bonding curve.
feeAmountT
String!
required
The pool fee amount in the pool’s liquidity token.
startPriceT
String!
required
The initial spot price in the pool’s liquidity token.
buyPriceT
String!
required
The initial price at which the pool is willing to buy an NFT in the pool’s liquidity token.
sellPriceT
String!
required
The initial price at which the pool is willing to sell an NFT in the pool’s liquidity token.
createdAt
Int!
required
The unix timestamp for the time the pool was created.
nftTokenBalance
String!
required
The number of NFTs in the contract after the block has processed.
tokenBalanceT
String!
required
The amount of token in the contract after the block has processed in the pool’s liquidity token.
nbtRatio
String!
required
The ratio of the transaction token to the network’s base token.
usdRatio
String!
required
The ratio of the transaction token to USD.