The ID of the NFT pool (poolAddress:networkId). For example, 0xdbea289dcc10eed8431e78753414a3d81b8e7201:1.
The contract address of the liquidity token of the pool (usually WETH).
The contract address of the NFT collection.
The contract name of the NFT collection.
The symbol of the NFT collection.
The contract address of the NFT AMM marketplace.
The contract address of the NFT pool.
The network ID the NFT collection is deployed on.
The type of liquidity pool.
The pool variant. Can be ERC20 or NATIVE.
The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool.
The contract address of the bonding curve.
The wallet address that will receive the tokens or NFT sent to the pair during swaps.
The current delta used in the bonding curve.
The wallet address of the pool owner.
The current fee for pool.
The current price at which the pool is willing to sell an NFT in the network’s base token. Only applicable for SELL and BUY_AND_SELL pool types.
The current price at which the pool is willing to buy an NFT in the network’s base token. Only applicable for BUY and BUY_AND_SELL pool types.
The spot price in the network’s base token.
The current pool liquidity in the network’s base token.
The current number of NFTs in the pool.
The total volume of the pool in the network’s base token over the pool’s lifetime.
The current price at which the pool is willing to sell an NFT in the pool’s liquidity token. Only applicable for SELL and BUY_AND_SELL pool types.
The current price at which the pool is willing to buy an NFT in the pool’s liquidity token. Only applicable for BUY and BUY_AND_SELL pool types.
The instantaneous price for selling 1 NFT to the pool in the pool’s liquidity token.
The current pool liquidity in the pool’s liquidity token.
The total volume of the pool in the pool’s liquidity token over the pool’s lifetime.
The total number of NFTs bought and sold over the pool’s lifetime.
The list of NFT assets in the pool.
The ID of the NFT asset (address:networkId).
The contract address of the NFT collection.
The token ID of the NFT asset.
The network ID the NFT collection is deployed on.
The NFT asset media.
The URL for a full size image of the NFT asset.
The URL for small generated thumbnail of the NFT asset.
The URL for large generated thumbnail of the NFT asset.
Whether the NFT asset media has finished processing.
The name of the NFT asset.
The description of the NFT asset.
The source image URI linked by smart contract metadata.
The URI provided by the smart contract. Typically JSON that contains metadata.
The attributes for the NFT asset.
Suggested class name to use for css styling. An optional attribute of ERC-1155 assets.
Suggested CSS styling. An optional attribute of ERC-1155 assets.
The attribute display type. Can be Trait, Stat, Ranking, BoostNumber, BoostPercentage or Date.
The max value, if applicable.
The name of the attribute.
The value of the attribute.
The type for the value field. Can be String, Number or Array.
The number of NFT assets with the same NFT token ID. Only applicable for ERC1155 tokens.
Raw NFT metadata from the smart contract.
An optional image field that may or may not be present on the requested NFT asset smart contract.
An optional image field that may or may not be present on the requested NFT asset smart contract.
An optional image field that may or may not be present on the requested NFT asset smart contract.
An optional field that may or may not be present on the requested NFT asset smart contract.
The type of NFT in the pool.
The list of royalties for the pool. Only applicable for SUDOSWAP_V2 pools.
The wallet address of recipient.
The property checker contract address for the pool.
The NFT pool contract version. Can be SUDOSWAP_V1 or SUDOSWAP_V2.
For ERC1155 pools, the list of NFT token IDs that are accepted by the pool.
The current number of NFTs in the pool.This field is deprecated. nftBalance is changing from Int to String - use nftBalanceV2 instead.
The total number of NFTs bought and sold over the pool’s lifetime.This field is deprecated. nftVolumeAllTime is changing from Int to String - use nftVolumeAllTimeV2 instead.