Queries
address
Type: Address
Arguments
Name | Description |
---|---|
addressString! |
addresses
Type: [Address!]
Arguments
Name | Description |
---|---|
addresses[String!]! |
erc20Balances
Type: [Erc20Balance!]!
Arguments
Name | Description |
---|---|
filterErc20BalancesFilter! | |
networkNetwork |
erc20Transfers
Type: Erc20TransferPage!
Arguments
Name | Description |
---|---|
filterErc20TransfersFilter | |
afterCursor | Returns the elements in the list that come after the specified cursor. |
beforeCursor | Returns the elements in the list that come before the specified cursor. |
limitInt | The number of items to return in one page |
networkNetwork |
erc721Transfers
Type: Erc721TransferPage!
Arguments
Name | Description |
---|---|
filterTransfersFilter | |
networkNetwork | |
afterCursor | Returns the elements in the list that come after the specified cursor. |
beforeCursor | Returns the elements in the list that come before the specified cursor. |
limitInt | The number of items to return in one page |
nativeTransfers
Type: NativeTransferPage
Arguments
Name | Description |
---|---|
filterNativeTransferFilter | |
networkNetwork | |
afterCursor | Returns the elements in the list that come after the specified cursor. |
beforeCursor | Returns the elements in the list that come before the specified cursor. |
limitInt | The number of items to return in one page |
token
Type: NonFungibleToken
Arguments
Name | Description |
---|---|
contractString! | |
tokenIdString! |
tokens
Type: TokensPage!
Arguments
Name | Description |
---|---|
filterTokensFilter | |
afterCursor | Returns the elements in the list that come after the specified cursor. |
beforeCursor | Returns the elements in the list that come before the specified cursor. |
limitInt | The number of items to return in one page |
transaction
Type: Transaction
Query a transaction
Arguments
Name | Description |
---|---|
hashString! | |
networkNetwork |
transactionLogs
Type: TransactionLogPage
Arguments
Name | Description |
---|---|
filterTransactionLogFilter | |
networkNetwork | |
afterCursor | Returns the elements in the list that come after the specified cursor. |
beforeCursor | Returns the elements in the list that come before the specified cursor. |
limitInt | The number of items to return in one page |
reversedBoolean | Whether to reverse the default sort order of the underlying list |
transactions
Type: TransactionPage
Arguments
Name | Description |
---|---|
filterTransactionFilter | |
networkNetwork | |
afterCursor | Returns the elements in the list that come after the specified cursor. |
beforeCursor | Returns the elements in the list that come before the specified cursor. |
limitInt | The number of items to return in one page |
reversedBoolean | Whether to reverse the default sort order of the underlying list |
transfers
Type: TransferPage
Arguments
Name | Description |
---|---|
filterTransfersInterfaceFilter | |
afterCursor | Returns the elements in the list that come after the specified cursor. |
beforeCursor | Returns the elements in the list that come before the specified cursor. |
limitInt | The number of items to return in one page |