The ID of the NFT pool (poolAddress:networkId).
The contract address of the NFT pool.
The unix timestamp indicating the last time the data was updated. Updates every 2 hours.
The contract address of the NFT collection.
The contract address of the NFT AMM marketplace.
The name of the NFT collection.
The symbol of the NFT collection.
The network ID the NFT collection is deployed on.
The wallet address that will receive the tokens or NFT sent to the pair during swaps.
The contract address of the bonding curve.
The delta used in the pool’s bonding curve.
The fee amount for the pool.
The type of liquidity pool.
The contract address of the liquidity token of the pool.
The wallet address of the pool owner.
The pool variant. Can be ERC20 or NATIVE.
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.
The type of NFT in the pool.
For ERC1155 pools, the list of NFT token IDs that are accepted by the pool.
The current number of NFTs in the pool.
The current pool liquidity in the network’s base token.
The current price at which the pool is willing to sell an NFT.
The current price at which the pool is willing to buy an NFT in the network’s base token.
The current spot price for the pool in the network’s base token.
The current value of the collection in the pool’s liquidity token.
The current price at which the pool is willing to sell an NFT in the network’s base token.
The current price at which the pool is willing to buy an NFT in the pool’s liquidity token.
The current spot price for the pool in the pool’s liquidity token.
The current pool liquidity in USD.
The current price at which the pool is willing to sell an NFT in USD.
The current price at which the pool is willing to buy an NFT in USD.
The total number of NFTs sold over the pool’s lifetime.
The total number of NFTs bought over the pool’s lifetime.
The total number of NFTs bought and sold over the pool’s lifetime.
The total volume of the pool in the network’s base token over the pool’s lifetime.
The total buy volume of the pool in the network’s base token over the pool’s lifetime.
The total sell volume of the pool in the network’s base token over the pool’s lifetime.
The sum of pool fees generated by the pool in the network’s base token over the pool’s lifetime.
The sum of protocol fees generated by the pool in the network’s base token over the pool’s lifetime.
The total volume of the pool in the pool’s liquidity token over the pool’s lifetime.
The total buy volume of the pool in the pool’s liquidity token over the pool’s lifetime.
The total sell volume of the pool in the pool’s liquidity token over the pool’s lifetime.
The sum of pool fees generated by the pool in the pool’s liquidity token over the pool’s lifetime.
The sum of protocol fees generated by the pool in the pool’s liquidity token over the pool’s lifetime.
The total volume of the pool in USD over the pool’s lifetime.
The total buy volume of the pool in USD over the pool’s lifetime.
The total sell volume of the pool in USD over the pool’s lifetime.
The sum of pool fees generated by the pool in USD over the pool’s lifetime.
The sum of protocol fees generated by the pool in USD over the pool’s lifetime.
The total number of NFTs sold by the pool over the past 24 hours.
The total number of NFTs bought by the pool over the past 24 hours.
The total number of NFTs bought and sold over the past 24 hours.
The total volume of the pool in the network’s base token over the past 24 hours.
The total buy volume of the pool in the network’s base token over the past 24 hours.
The total sell volume of the pool in the network’s base token over the past 24 hours.
The sum of pool fees generated by the pool in the network’s base token over the past 24 hours.
The sum of protocol fees generated by the pool in the network’s base token over the past 24 hours.
The total volume of the pool in the pool’s liquidity token over the past 24 hours.
The total buy volume of the pool in the pool’s liquidity token over the past 24 hours.
The total sell volume of the pool in the pool’s liquidity token over the past 24 hours.
The sum of pool fees generated by the pool in the pool’s liquidity token over the past 24 hours.
The sum of protocol fees generated by the pool in the pool’s liquidity token over the past 24 hours.
The total volume of the pool in USD over the past 24 hours.
The total buy volume of the pool in USD over the past 24 hours.
The total sell volume of the pool in USD over the past 24 hours.
The sum of pool fees generated by the pool in USD over the past 24 hours.
The sum of protocol fees generated by the pool in USD over the past 24 hours.
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 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 sold over the pool’s lifetime.This field is deprecated. nftsSoldAll is changing from Int to String - use nftsSoldAllV2 instead.
The total number of NFTs bought over the pool’s lifetime.This field is deprecated. nftsBoughtAll is changing from Int to String - use nftsBoughtAllV2 instead.
The total number of NFTs bought and sold over the pool’s lifetime.This field is deprecated. nftVolumeAll is changing from Int to String - use nftVolumeAllV2 instead.
The total number of NFTs sold by the pool over the past 24 hours.This field is deprecated. nftsSold24 is changing from Int to String - use nftsSold24V2 instead.
The total number of NFTs bought by the pool over the past 24 hours.This field is deprecated. nftsBought24 is changing from Int to String - use nftsBought24V2 instead.
The total number of NFTs bought and sold over the past 24 hours.This field is deprecated. nftVolume24 is changing from Int to String - use nftVolume24V2 instead.