NftPoolEventType!
required
The type of NFT pool event,
NEW_POOL.The wallet address that will receive the tokens or NFT sent to the pair during swaps.
BondingCurveType!
required
The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool.
The initial price at which the pool is willing to buy an NFT in the pool’s liquidity token.
The initial price at which the pool is willing to sell an NFT in the pool’s liquidity token.
The amount of token in the contract after the block has processed in the pool’s liquidity token.
New Param: The list of NFT assets withdrawn. More extensive info than nftTokenIds.
PoolNftType!
required
The type of NFT in the pool.
The list of royalties for the pool. Only applicable for
SUDOSWAP_V2 pools.