Honeyswap Entities

HoneyswapFactory

Description: Contains data across all of Honeyswap. This entity tracks important things like total liquidity (in ETH and USD, see below), all time volume, transaction count, number of pairs and more.

Token

Description: Contains data on a specific token. This token specific data is aggregated across all pairs, and is updated whenever there is a transaction involving that token.

Pair

Description: Contains data on a specific pair.

User

Description: get specific details of the User

LiquidityPosition

Description: get specific details of the Liquidity Position

LiquidityPositionSnapshot

Description: get specific details of the Liquidity Position Snapshot

Transaction

Description: Every transaction on Honeyswap is stored. Each transaction contains an array of mints, burns, and swaps that occured within it.

Mint

Description: These contain specifc information about a transaction. Things like which pair triggered the transaction, amounts, sender, recipient, and more. Each is linked to a parent Transaction entity.

Burn

Description: These contain specifc information about a transaction. Things like which pair triggered the transaction, amounts, sender, recipient, and more. Each is linked to a parent Transaction entity.

Swap

Description: These contain specifc information about a transaction. Things like which pair triggered the transaction, amounts, sender, recipient, and more. Each is linked to a parent Transaction entity.

Bundle

Description: get specific details of the bundle

HoneyswapDayData

Description: get specific details of the honeyswap day data

PairHourData

Description: get specific details of the pair hour data

PairDayData

Description: get specific details of the pair day data

TokenDayData

Description: get specific details of the token day data

Last updated