Skip to main content

Queries

address

Type: Address

Arguments

NameDescription
address
String!

addresses

Type: [Address!]

Arguments

NameDescription
addresses
[String!]!

erc20Balances

Type: [Erc20Balance!]!

Arguments

NameDescription
filter
Erc20BalancesFilter!
network
Network

erc20Transfers

Type: Erc20TransferPage!

Arguments

NameDescription
filter
Erc20TransfersFilter
after
Cursor

Returns the elements in the list that come after the specified cursor.

before
Cursor

Returns the elements in the list that come before the specified cursor.

limit
Int

The number of items to return in one page

network
Network

erc721Transfers

Type: Erc721TransferPage!

Arguments

NameDescription
filter
TransfersFilter
network
Network
after
Cursor

Returns the elements in the list that come after the specified cursor.

before
Cursor

Returns the elements in the list that come before the specified cursor.

limit
Int

The number of items to return in one page

nativeTransfers

Type: NativeTransferPage

Arguments

NameDescription
filter
NativeTransferFilter
network
Network
after
Cursor

Returns the elements in the list that come after the specified cursor.

before
Cursor

Returns the elements in the list that come before the specified cursor.

limit
Int

The number of items to return in one page

token

Type: NonFungibleToken

Arguments

NameDescription
contract
String!
tokenId
String!

tokens

Type: TokensPage!

Arguments

NameDescription
filter
TokensFilter
after
Cursor

Returns the elements in the list that come after the specified cursor.

before
Cursor

Returns the elements in the list that come before the specified cursor.

limit
Int

The number of items to return in one page

transaction

Type: Transaction

Query a transaction

Arguments

NameDescription
hash
String!
network
Network

transactionLogs

Type: TransactionLogPage

Arguments

NameDescription
filter
TransactionLogFilter
network
Network
after
Cursor

Returns the elements in the list that come after the specified cursor.

before
Cursor

Returns the elements in the list that come before the specified cursor.

limit
Int

The number of items to return in one page

reversed
Boolean

Whether to reverse the default sort order of the underlying list

transactions

Type: TransactionPage

Arguments

NameDescription
filter
TransactionFilter
network
Network
after
Cursor

Returns the elements in the list that come after the specified cursor.

before
Cursor

Returns the elements in the list that come before the specified cursor.

limit
Int

The number of items to return in one page

reversed
Boolean

Whether to reverse the default sort order of the underlying list

transfers

Type: TransferPage

Arguments

NameDescription
filter
TransfersInterfaceFilter
after
Cursor

Returns the elements in the list that come after the specified cursor.

before
Cursor

Returns the elements in the list that come before the specified cursor.

limit
Int

The number of items to return in one page