Objects
Data entity types in Burve API
BondingCurveType
id
ID!
name
String!
impl
Bytes!
CounterEntity
id
ID!
count
BigDecimal!
type
String!
timestamp
BigInt!
Hook
id
ID!
token
TokenEntity!
data
Bytes!
encoder
String!
name
String!
addr
Bytes!
HookEntity
id
ID!
name
String!
addr
Bytes!
encoder
String!
Member
id
ID!
token
TokenEntity!
user
User!
ids
[BigInt!]
balance
BigDecimal
MintBurnEntity
id
ID!
hash
Bytes!
blockNum
BigInt!
timestamp
BigInt!
direction
Int!
from
Bytes!
to
Bytes!
erc20Amount
BigDecimal!
nativeAmount
BigDecimal!
platformFee
BigDecimal!
projectFee
BigDecimal!
price
BigDecimal!
tvl
BigDecimal!
tradeVolumes
BigDecimal!
token
TokenEntity!
PlatformEntity
id
ID!
net
String!
addr
Bytes!
admin
Bytes!
treasury
Bytes!
route
Bytes!
mintTax
BigInt!
burnTax
BigInt!
klines
[String!]
Price
id
ID!
type
String!
minPrice
BigDecimal!
maxPrice
BigDecimal!
openPrice
BigDecimal!
closePrice
BigDecimal!
tokenTvl
BigDecimal!
timestamp
BigInt!
token
TokenEntity!
volume
BigDecimal!
TokenEntity
id
ID!
index
BigInt!
net
String!
addr
Bytes!
factory
Bytes!
name
String!
symbol
String!
metaUri
String!
supply
BigDecimal!
tokenType
String!
bondingCurveType
String!
raisingToken
Bytes!
params
String!
mintTax
BigInt!
burnTax
BigInt!
paused
Boolean!
doomsDays
Boolean!
destoryed
Boolean!
treasury
Bytes!
admin
Bytes!
creator
Bytes!
marketCap
BigDecimal!
currentPrice
BigDecimal!
lockValue
BigDecimal!
treasuryFee
BigDecimal!
memberCount
BigInt!
decimal
Int8!
baseDecimal
Int8!
txCount
BigInt!
createTimestamp
BigInt!
prices
[Price!]
skip
Int
first
Int
orderBy
Price_orderBy
orderDirection
OrderDirection
where
Price_filter
hooks
[Hook!]
skip
Int
first
Int
orderBy
Hook_orderBy
orderDirection
OrderDirection
where
Hook_filter
mintBurnTxs
[MintBurnEntity!]
skip
Int
first
Int
orderBy
MintBurnEntity_orderBy
orderDirection
OrderDirection
where
MintBurnEntity_filter
members
[Member!]
skip
Int
first
Int
orderBy
Member_orderBy
orderDirection
OrderDirection
where
Member_filter
TokenType
id
ID!
name
String!
impl
Bytes!
TokenUpgradeHistory
id
ID!
token
TokenEntity!
upgradeTo
Bytes!
data
String!
timestamp
BigInt!
operator
Bytes!
tx
Bytes!
type
String!
User
id
ID!
members
[Member!]
skip
Int
first
Int
orderBy
Member_orderBy
orderDirection
OrderDirection
where
Member_filter
Block
hash
Bytes
number
Int!
timestamp
Int
Meta
The type for the top-level _meta field
block
_Block_!
deployment
String!
hasIndexingErrors
Boolean!
Last updated