For advanced users, you may need to interact with the Heaven program directly.
protocol_trading_fees
: Total Protocol Fee collected.creator_trading_fees
: Total Creator Fee collected.creator_trading_fees_claimed_by_creator
: Total Creator Fee claimed by the creator.creator_trading_fees_claimed_by_others
: Total Creator Fee claimed by others.liquidity_provider_trading_fees
: Total liquidity provider trading fees collected.creator_trading_fee_protocol_fees
: Total Creator-Protocol Fee collected.reflection_trading_fees
: Total Reflection Fee collected.creator_trading_fee_claim_status
: Indicates if the creator fee verification is pending or completed.
0
: Unclaimed - The default state when the pool is created.1
: Submitted - The creator has submitted an application for verification.2
: Processed - The application has been processed.trading_volume_usd
: The current trading volume (buy/sell) in USD.creator_trading_fee_trading_volume_threshold
: The threshold for Creator Fee claim.creator_trading_fee_trading_volume_threshold_reached_unix_timestamp
: Timestamp when the threshold was reached.creator_trading_fee_distribution
: Indicates how the Creator Fee is to be distributed.
0
: Community - By default, the fee is distributed to the community as additional reflections.1
: Creator - A creator can submit verification to claim the fee. Once approved, creator_trading_fee_distribution
is set to 1
.2
: Blocked - Cannot be claimed by creator.3
: Shared - The fee is split between the creator and the flywheel.is_migrated
field to check if the pool has been migrated to the new version of the protocol.
0
: Not migrated1
: Migrated