Objects

Data entity types in Burve API

BondingCurveType

FieldType

id

ID!

name

String!

impl

Bytes!

CounterEntity

FieldType

id

ID!

count

BigDecimal!

type

String!

timestamp

BigInt!

Hook

FieldType

id

ID!

token

TokenEntity!

data

Bytes!

encoder

String!

name

String!

addr

Bytes!

HookEntity

FieldType

id

ID!

name

String!

addr

Bytes!

encoder

String!

Member

FieldType

id

ID!

token

TokenEntity!

user

User!

ids

[BigInt!]

balance

BigDecimal

MintBurnEntity

FieldType

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

FieldType

id

ID!

net

String!

addr

Bytes!

admin

Bytes!

treasury

Bytes!

route

Bytes!

mintTax

BigInt!

burnTax

BigInt!

klines

[String!]

Price

FieldType

id

ID!

type

String!

minPrice

BigDecimal!

maxPrice

BigDecimal!

openPrice

BigDecimal!

closePrice

BigDecimal!

tokenTvl

BigDecimal!

timestamp

BigInt!

token

TokenEntity!

volume

BigDecimal!

TokenEntity

FieldType

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

FieldType

id

ID!

name

String!

impl

Bytes!

TokenUpgradeHistory

FieldType

id

ID!

token

TokenEntity!

upgradeTo

Bytes!

data

String!

timestamp

BigInt!

operator

Bytes!

tx

Bytes!

type

String!

User

FieldType

id

ID!

members

[Member!]

skip

Int

first

Int

orderBy

Member_orderBy

orderDirection

OrderDirection

where

Member_filter

Block

FieldArgument

hash

Bytes

number

Int!

timestamp

Int

Meta

The type for the top-level _meta field

FieldType

block

_Block_!

deployment

String!

hasIndexingErrors

Boolean!

Last updated