Data API
 Beta 
OAS 3.1

The Data API provides web3 application developers with multi-chain data related to Avalanche's primary network, Avalanche subnets, and Ethereum. With Data API, you can easily build products that leverage real-time and historical transaction and transfer history, native and token balances, and various types of token metadata. The API is in Beta and may be subject to change.

If you have feedback or feature requests for the API, please submit them here. Bug reports can be submitted here, and any potential security issues can be reported here.

Servers

EVM Chains

Find information about indexed EVM-compatible chains, such as the Avalanche C-Chain.

EVM Blocks

Find information about blocks on EVM-compatible chains, such as the Avalanche C-Chain.

EVM Balances

Find information about balances on EVM-compatible chains, such as the Avalanche C-Chain.

EVM Contracts

Find information about contracts on EVM-compatible chains, such as the Avalanche C-Chain.

Primary Network Blocks

Find information about blocks on Avalanche's Primary Network Chains - the P-Chain, the X-Chain, and the C-Chain.

Primary Network Transactions

Find information about transactions on Avalanche's Primary Network Chains - the P-Chain, the X-Chain, and the C-Chain.

Primary Network Balances

Find information about balances on Avalanche's Primary Network Chains - the P-Chain, the X-Chain, and the C-Chain.

Primary Network UTXOs

Find information about utxos on Avalanche's Primary Network Chains - the P-Chain, the X-Chain, and the C-Chain.

Primary Network Rewards

Find information about rewards on Avalanche's Primary Network.

Operations

Health Check

Interchain Messaging

Find information about Interchain Messaging transactions.

Webhooks

Manage webhooks and get notified for various onchain activities.

RPC

Interact with chain nodes using JSON-RPC.

Data API Usage Metrics

Usage metrics and logs for the Data API.

Signature Aggregator

Request signatures for a Warp message from Subnet validators

Notifications

Get notifications for validator status and activity issues.

Webhooks

object
  • string

    Status of the health indicator.

    Allowed values
    • "up"
    • "down"
object
  • string
    Allowed values
    • "error"
    • "ok"
    • "shutting_down"
  • object | null
    object
  • object | null
    object
  • object
    object
object
  • (string | array<string>)

    The error message describing the reason for the exception

    (string | array<string>)
    • number

      The HTTP status code of the response

    • string

      The type of error

    object
    • (string | array<string>)

      The error message describing the reason for the exception

      (string | array<string>)
      • number

        The HTTP status code of the response

      • string

        The type of error

      object
      • (string | array<string>)

        The error message describing the reason for the exception

        (string | array<string>)
        • number

          The HTTP status code of the response

        • string

          The type of error

        object
        • (string | array<string>)

          The error message describing the reason for the exception

          (string | array<string>)
          • number

            The HTTP status code of the response

          • string

            The type of error

          object
          • (string | array<string>)

            The error message describing the reason for the exception

            (string | array<string>)
            • number

              The HTTP status code of the response

            • string

              The type of error

            object
            • (string | array<string>)

              The error message describing the reason for the exception

              (string | array<string>)
              • number

                The HTTP status code of the response

              • string

                The type of error

              object
              • (string | array<string>)

                The error message describing the reason for the exception

                (string | array<string>)
                • number

                  The HTTP status code of the response

                • string

                  The type of error

                object
                • (string | array<string>)

                  The error message describing the reason for the exception

                  (string | array<string>)
                  • number

                    The HTTP status code of the response

                  • string

                    The type of error

                  string

                  Status of chain nodes. Chain nodes can become temporarily UNAVAILABLE for several reasons, such as validator stake falling below threshold. If chain nodes are UNAVAILABLE, requests that rely on data from the chain nodes may return 503 errors.

                  Allowed values
                  • "OK"
                  • "UNAVAILABLE"
                  string
                  Allowed values
                  • "EVM"
                  • "BITCOIN"
                  • "ETHEREUM"
                  object
                  • multicall
                    string
                  object
                  • string

                    The contract name.

                  • string

                    The contract symbol.

                  • number

                    The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                  • string

                    The logo uri for the address.

                  • description
                    string
                  object
                  • chainId
                    string
                  • string

                    Status of chain nodes. Chain nodes can become temporarily UNAVAILABLE for several reasons, such as validator stake falling below threshold. If chain nodes are UNAVAILABLE, requests that rely on data from the chain nodes may return 503 errors.

                    Allowed values
                    • "OK"
                    • "UNAVAILABLE"
                  • chainName
                    string
                  • description
                    string
                  • platformChainId
                    string
                  • subnetId
                    string
                  • vmId
                    string
                  • string
                    Allowed values
                    • "EVM"
                    • "BITCOIN"
                    • "ETHEREUM"
                  • explorerUrl
                    string
                  • rpcUrl
                    string
                  • wsUrl
                    string
                  • isTestnet
                    boolean
                  • object
                    • multicall
                      string
                  • object
                    • string
                    • string
                    • number
                    • string
                    • description
                      string
                  • chainLogoUri
                    string
                  • private
                    boolean
                  • array<string>
                    string
                  object
                  • array<object>
                    object
                  • array<string>
                    Items
                    string
                  string
                  Allowed values
                  • "mainnet"
                  • "fuji"
                  • "testnet"
                  string
                  Allowed values
                  • "failed"
                  • "success"
                  object
                  • string

                    The contract name.

                  • string

                    The contract symbol.

                  • number

                    The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                  • string

                    The logo uri for the address.

                  • string

                    A wallet or contract address in mixed-case checksum encoding.

                  string

                  The contract call type. NATIVE_TRANSFER indicates a transfer of the native token without any smart-contract interaction. CONTRACT_CALL indicates a smart-contract interaction. CONTRACT_CREATION indicates a smart-contract creation.

                  Allowed values
                  • "NATIVE_TRANSFER"
                  • "CONTRACT_CALL"
                  • "CONTRACT_CREATION"
                  object
                  • string

                    The contract call type. NATIVE_TRANSFER indicates a transfer of the native token without any smart-contract interaction. CONTRACT_CALL indicates a smart-contract interaction. CONTRACT_CREATION indicates a smart-contract creation.

                    Allowed values
                    • "NATIVE_TRANSFER"
                    • "CONTRACT_CALL"
                    • "CONTRACT_CREATION"
                  • string

                    The contract method hash identifier. The method hash is only set if the callType is CONTRACT_CALL.

                  • string

                    The contract method name including parameter types. If the callType is NATIVE_TRANSFER this is set to 'Native Transfer'. If the callType is CONTRACT_CREATION this is set to 'Contract Created'.

                  object
                  • string

                    The block number on the chain.

                  • number

                    The block finality timestamp.

                  • string

                    The block hash identifier.

                  • string

                    The EVM chain ID on which the transaction occured.

                  • number

                    The index at which the transaction occured in the block (0-indexed).

                  • string

                    The transaction hash identifier.

                  • string

                    The transaction status, which is either 0 (failed) or 1 (successful).

                  • number

                    The transaction type.

                  • string

                    The gas limit set for the transaction.

                  • string

                    The amount of gas used.

                  • string

                    The gas price denominated by the number of decimals of the native token.

                  • string

                    The nonce used by the sender of the transaction.

                  • object
                    • string
                    • string
                    • number
                    • string
                    • string
                  • object
                    • string
                    • string
                    • number
                    • string
                    • string
                  • object
                    • string
                    • string
                    • string
                  • value
                    string
                  object
                  • string

                    A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                  • array<object>
                    object
                  object
                  • string

                    The EVM chain ID on which the block was created.

                  • string

                    The block number on the chain.

                  • number

                    The block finality timestamp.

                  • string

                    The block hash identifier.

                  • number

                    The number of evm transactions in the block.

                  • string

                    The base gas fee for a transaction to be included in the block.

                  • string

                    The gas used for transactions in the block.

                  • string

                    The total gas limit set for transactions in the block.

                  • gasCost
                    string
                  • string

                    The hash of the parent block.

                  • string

                    The amount of fees spent/burned for transactions in the block.

                  • string

                    The cumulative number of transactions for the chain including this block.

                  object
                  • string

                    A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                  • array<object>
                    object
                  string

                  The metadata indexing status of the nft.

                  Allowed values
                  • "UNKNOWN"
                  • "MISSING_TOKEN"
                  • "INVALID_TOKEN_URI"
                  • "INVALID_TOKEN_URI_SCHEME"
                  • "UNREACHABLE_TOKEN_URI"
                  • "THROTTLED_TOKEN_URI"
                  • "METADATA_CONTENT_TOO_LARGE"
                  • "INVALID_METADATA"
                  • "INVALID_METADATA_JSON"
                  • "INDEXED"
                  • "UNINDEXED"
                  object
                  • string

                    The metadata indexing status of the nft.

                    Allowed values
                    • "UNKNOWN"
                    • "MISSING_TOKEN"
                    • "INVALID_TOKEN_URI"
                    • "INVALID_TOKEN_URI_SCHEME"
                    • "UNREACHABLE_TOKEN_URI"
                    • "THROTTLED_TOKEN_URI"
                    • "METADATA_CONTENT_TOO_LARGE"
                    • "INVALID_METADATA"
                    • "INVALID_METADATA_JSON"
                    • "INDEXED"
                    • "UNINDEXED"
                  • metadataLastUpdatedTimestamp
                    number
                  • name
                    string
                  • symbol
                    string
                  • imageUri
                    string
                  • description
                    string
                  • animationUri
                    string
                  • externalUrl
                    string
                  • background
                    string
                  • attributes
                    string
                  object
                  • string

                    A wallet or contract address in mixed-case checksum encoding.

                  • string

                    The contract name.

                  • string

                    The contract symbol.

                  • string
                    Allowed values
                    • "ERC-721"
                  • tokenId
                    string
                  • tokenUri
                    string
                  • object
                    • string
                    • metadataLastUpdatedTimestamp
                      number
                    • name
                      string
                    • symbol
                      string
                    • imageUri
                      string
                    • description
                      string
                    • animationUri
                      string
                    • externalUrl
                      string
                    • background
                      string
                    • attributes
                      string
                  • string

                    A wallet or contract address in mixed-case checksum encoding.

                  object
                  • string

                    The metadata indexing status of the nft.

                    Allowed values
                    • "UNKNOWN"
                    • "MISSING_TOKEN"
                    • "INVALID_TOKEN_URI"
                    • "INVALID_TOKEN_URI_SCHEME"
                    • "UNREACHABLE_TOKEN_URI"
                    • "THROTTLED_TOKEN_URI"
                    • "METADATA_CONTENT_TOO_LARGE"
                    • "INVALID_METADATA"
                    • "INVALID_METADATA_JSON"
                    • "INDEXED"
                    • "UNINDEXED"
                  • metadataLastUpdatedTimestamp
                    number
                  • name
                    string
                  • symbol
                    string
                  • imageUri
                    string
                  • description
                    string
                  • animationUri
                    string
                  • externalUrl
                    string
                  • background
                    string
                  • decimals
                    number
                  • properties
                    string
                  object
                  • string

                    A wallet or contract address in mixed-case checksum encoding.

                  • string
                    Allowed values
                    • "ERC-1155"
                  • tokenId
                    string
                  • tokenUri
                    string
                  • object
                    • string
                    • metadataLastUpdatedTimestamp
                      number
                    • name
                      string
                    • symbol
                      string
                    • imageUri
                      string
                    • description
                      string
                    • animationUri
                      string
                    • externalUrl
                      string
                    • background
                      string
                    • decimals
                      number
                    • properties
                      string
                  object
                  • string

                    A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                  • array<(object | object)>
                    (object | object)
                  string
                  Allowed values
                  • "ErrInvalidRequest"
                  • "ErrInternal"
                  • "WarnTruncatedExport"
                  object
                  • string
                    Allowed values
                    • "ErrInvalidRequest"
                    • "ErrInternal"
                    • "WarnTruncatedExport"
                  • string

                    File download URL. Provided only for COMPLETED and COMPLETED_WITH_WARNING operations.

                  • string

                    The next date (YYYY-MM-DD) to use as the firstDate in follow up requests if a request results in a transaction history exceeding the max size and has been reported as COMPLETED_WITH_WARNING with the warning 'WarnTruncatedExport'.

                  string
                  Allowed values
                  • "TRANSACTION_EXPORT_PRIMARY_NETWORK"
                  • "TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING"
                  • "TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE"
                  • "TRANSACTION_EXPORT_EVM"
                  string
                  Allowed values
                  • "RUNNING"
                  • "COMPLETED"
                  • "COMPLETED_WITH_WARNING"
                  • "FAILED"
                  object
                  • operationId
                    string
                  • string
                    Allowed values
                    • "TRANSACTION_EXPORT_PRIMARY_NETWORK"
                    • "TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING"
                    • "TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE"
                    • "TRANSACTION_EXPORT_EVM"
                  • string
                    Allowed values
                    • "RUNNING"
                    • "COMPLETED"
                    • "COMPLETED_WITH_WARNING"
                    • "FAILED"
                  • message
                    string
                  • (object)
                    (object)
                    • createdAtTimestamp
                      number
                    • updatedAtTimestamp
                      number
                    string
                    Allowed values
                    • "TRANSACTION_EXPORT_EVM"
                    object
                    • array<string>
                      Items
                      string
                    • array<string>
                      Items
                      string
                    object
                    • string
                      Allowed values
                      • "TRANSACTION_EXPORT_EVM"
                    • firstDate
                      string
                    • lastDate
                      string
                    • startDate
                      deprecatedstring
                    • endDate
                      deprecatedstring
                    • object
                      • array<string>
                      • array<string>
                    string
                    Allowed values
                    • "TRANSACTION_EXPORT_PRIMARY_NETWORK"
                    • "TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING"
                    • "TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE"
                    object
                    • array<string>
                      Items
                      string
                    • array<string>
                      Items
                      string
                    • array<string>
                      string
                    object
                    • string
                      Allowed values
                      • "TRANSACTION_EXPORT_PRIMARY_NETWORK"
                      • "TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING"
                      • "TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE"
                    • firstDate
                      string
                    • lastDate
                      string
                    • startDate
                      deprecatedstring
                    • endDate
                      deprecatedstring
                    • object
                      • array<string>
                      • array<string>
                      • array<string>
                    string
                    Allowed values
                    • "AddValidatorTx"
                    • "AddSubnetValidatorTx"
                    • "AddDelegatorTx"
                    • "CreateChainTx"
                    • "CreateSubnetTx"
                    • "ImportTx"
                    • "ExportTx"
                    • "AdvanceTimeTx"
                    • "RewardValidatorTx"
                    • "RemoveSubnetValidatorTx"
                    • "TransformSubnetTx"
                    • "AddPermissionlessValidatorTx"
                    • "AddPermissionlessDelegatorTx"
                    • "BaseTx"
                    • "TransferSubnetOwnershipTx"
                    • "ConvertSubnetToL1Tx"
                    • "RegisterL1ValidatorTx"
                    • "SetL1ValidatorWeightTx"
                    • "DisableL1ValidatorTx"
                    • "IncreaseL1ValidatorBalanceTx"
                    • "UNKNOWN"
                    string

                    Type of asset like SECP256K1 or NFT.

                    Allowed values
                    • "secp256k1"
                    • "nft"
                    object
                    • string

                      Unique ID for an asset.

                    • string

                      Name of this asset.

                    • string

                      Symbol for this asset (max 4 characters).

                    • number

                      Denomination of this asset to represent fungibility.

                    • string

                      Type of asset like SECP256K1 or NFT.

                      Allowed values
                      • "secp256k1"
                      • "nft"
                    • string

                      Amount of the asset.

                    string
                    Allowed values
                    • "VALIDATOR"
                    • "DELEGATOR"
                    • "VALIDATOR_FEE"
                    string

                    Indicates whether the UTXO is staked or transferable

                    Allowed values
                    • "STAKE"
                    • "TRANSFER"
                    object
                    • array<string>

                      Addresses that are eligible to sign the consumption of this output.

                      Items
                      string
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                    • string

                      Blockchain ID on which this output is consumed on.

                    • string

                      Transaction ID that consumed this output.

                    • string

                      Blockchain ID on which this output is created on.

                    • string

                      UTXO ID for this output.

                    • amount
                      deprecatedstring
                    • assetId
                      deprecatedstring
                    • blockNumber
                      string
                    • blockTimestamp
                      number
                    • string

                      Block height in which the transaction consuming this UTXO was included

                    • number

                      Timestamp in seconds at which this UTXO is used in a consuming transaction

                    • number

                      Timestamp in seconds after which this UTXO can be consumed

                    • number

                      The index of the UTXO in the transaction

                    • string
                      Allowed values
                      • "VALIDATOR"
                      • "DELEGATOR"
                      • "VALIDATOR_FEE"
                    • number

                      Timestamp in seconds before which a UTXO can only be used for staking transactions. After stakeable locktime, a UTXO can be used for anything

                    • staked
                      boolean
                    • number

                      The minimum number of signatures required to spend this UTXO

                    • string

                      The hash of the transaction that created this UTXO

                    • number

                      Timestamp in seconds after which the staked UTXO will be unlocked.

                    • number

                      Timestamp in seconds at which the staked UTXO was locked.

                    • string

                      Indicates whether the UTXO is staked or transferable

                      Allowed values
                      • "STAKE"
                      • "TRANSFER"
                    object
                    • blockchainId
                      string
                    • contractAddress
                      string
                    object
                    • string

                      Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.

                    • string

                      Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format

                    • nodeId
                      string
                    • subnetId
                      string
                    • number

                      Weight of the L1 validator used while sampling validators within the L1. A zero-weight L1 validator means it has been removed from the L1, and the validationID is no longer valid

                    • number

                      Remaining L1 validator balance in nAVAX until inactive. It can rejoin L1 sampling by increasing balance with IncreaseL1ValidatorBalanceTx

                    • number

                      The increase in L1 validator balance (nAVAX) in the current transaction. When the balance is returned after the L1 validator is disabled or removed, this value is negative

                    • blsCredentials
                      object
                    object
                    • number

                      Locktime in seconds after which Subnet owners can control this Subnet.

                    • number

                      Minimum number of signatures required to sign the Subnet update transactions.

                    • array<string>

                      Addresses that are eligible to sign the Subnet update transactions.

                      Items
                      string
                    object
                    • publicKey
                      string
                    • proofOfPossession
                      string
                    object
                    • string

                      A P-Chain transaction hash.

                    • string
                      Allowed values
                      • "AddValidatorTx"
                      • "AddSubnetValidatorTx"
                      • "AddDelegatorTx"
                      • "CreateChainTx"
                      • "CreateSubnetTx"
                      • "ImportTx"
                      • "ExportTx"
                      • "AdvanceTimeTx"
                      • "RewardValidatorTx"
                      • "RemoveSubnetValidatorTx"
                      • "TransformSubnetTx"
                      • "AddPermissionlessValidatorTx"
                      • "AddPermissionlessDelegatorTx"
                      • "BaseTx"
                      • "TransferSubnetOwnershipTx"
                      • "ConvertSubnetToL1Tx"
                      • "RegisterL1ValidatorTx"
                      • "SetL1ValidatorWeightTx"
                      • "DisableL1ValidatorTx"
                      • "IncreaseL1ValidatorBalanceTx"
                      • "UNKNOWN"
                    • number

                      The block finality timestamp.

                    • string

                      The height of the block in which the transaction was included

                    • blockHash
                      string
                    • array<object>

                      The consumed UTXOs of the transaction

                      object
                    • array<object>

                      The newly created UTXOs of the transaction

                      object
                    • string

                      Source chain for an atomic transaction.

                    • string

                      Destination chain for an atomic transaction.

                    • array<object>

                      A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The amount of nAVAX present in the newly created UTXOs of the transaction

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The nAVAX amount burned in a transaction, partially or fully contributing to the transaction fee

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info and the amount of that Asset ID. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The amount of nAVAX locked for pay-as-you-go continuous fees to sustain L1 validation.

                      object
                    • number

                      Present for AddValidatorTx, AddSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx

                    • number

                      Present for AddValidatorTx, AddSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx

                    • string

                      The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations. Present for AddValidatorTx, AddPermissionlessValidatorTx

                    • string

                      The NodeID of the validator node linked to the stake transaction. Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx

                    • string

                      Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx, CreateChainTx, CreateSubnetTx

                    • object

                      Details of the L1's validator manager contract and blockchain. Present for the ConvertSubnetToL1Tx which transforms a subnet into L1

                      • blockchainId
                        string
                      • contractAddress
                        string
                    • array<object>

                      Details of L1 validators registered or changed in the current transaction. The details reflect the state at the time of the transaction, not in real-time

                      object
                    • string

                      Estimated reward from the staking transaction, if successful. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx

                    • string

                      Reward transaction hash for the completed validations or delegations

                    • array<string>
                      Items
                      string
                    • memo
                      string
                    • string

                      Staking transaction corresponding to the RewardValidatorTx

                    • object

                      Subnet owner details for the CreateSubnetTx or TransferSubnetOwnershipTx

                      • number
                      • number
                      • array<string>
                    • object

                      Public Key and PoP of new validator registrations. Present for AddPermissionlessValidatorTx

                      • publicKey
                        string
                      • proofOfPossession
                        string
                    string

                    Type of transaction.

                    Allowed values
                    • "BaseTx"
                    • "CreateAssetTx"
                    • "OperationTx"
                    • "ImportTx"
                    • "ExportTx"
                    • "UNKNOWN"
                    object
                    • string

                      Signature provided to consume the output.

                    • string

                      Public key associated with the signature.

                    object
                    • array<string>

                      Addresses that are eligible to sign the consumption of this output.

                      Items
                      string
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                    • string

                      Blockchain ID on which this output is consumed on.

                    • string

                      Transaction ID that consumed this output.

                    • string

                      Blockchain ID on which this output is created on.

                    • string

                      UTXO ID for this output.

                    • number

                      Unix timestamp in seconds at which this output was consumed.

                    • string

                      Transaction ID that created this output.

                    • array<object>

                      Credentials that signed the transaction to consume this utxo

                      object
                    • number

                      Index representing the minting set for the NFT mint output.

                    • number

                      Locktime in seconds after which this output can be consumed.

                    • string

                      Postion of this output in a list of lexiographically sorted outputs of a transaction.

                    • string

                      Hex encoded data for NFT assets.

                    • number

                      Minimum number of signatures required to consume this output.

                    • number

                      Unix timestamp in seconds at which this outptut was created.

                    • string

                      Type of output.

                    string

                    Cap represents if an asset is a variable or fixed cap asset.

                    Allowed values
                    • "fixed"
                    • "variable"
                    object
                    • string

                      Unique ID for an asset.

                    • string

                      Name of this asset.

                    • string

                      Symbol for this asset (max 4 characters).

                    • number

                      Denomination of this asset to represent fungibility.

                    • string

                      Type of asset like SECP256K1 or NFT.

                      Allowed values
                      • "secp256k1"
                      • "nft"
                    • number

                      Timestamp in seconds this asset was created on.

                    • string

                      Cap represents if an asset is a variable or fixed cap asset.

                      Allowed values
                      • "fixed"
                      • "variable"
                    object
                    • string

                      Vertex ID of the vertex this transaction belongs to.

                    • number

                      Vertex height of the vertex this transaction belongs to.

                    • number

                      Timestamp in seconds this vertex was accepted.

                    object
                    • string

                      Unique ID for this transaction.

                    • string

                      Represents chain format this transaction is included in.

                      Allowed values
                      • "non-linear"
                      • "linear"
                    • number

                      Latest timestamp in seconds this transaction was accepted out of the same transaction accepted in other vertices.

                    • string

                      Type of transaction.

                      Allowed values
                      • "BaseTx"
                      • "CreateAssetTx"
                      • "OperationTx"
                      • "ImportTx"
                      • "ExportTx"
                      • "UNKNOWN"
                    • string

                      Hex encoded memo bytes for this transaction.

                    • array<object>
                      object
                    • array<object>
                      object
                    • array<object>

                      Assets unlocked by inputs of this transaction.

                      object
                    • array<object>

                      Assets created by outputs of this transaction.

                      object
                    • string

                      Source chain for an atomic transaction.

                    • string

                      Destination chain for an atomic transaction.

                    • object

                      AssetAmount details of the asset created in CreateAssetTx

                      • string
                      • string
                      • string
                      • number
                      • string
                      • number
                      • string
                    • array<object>

                      A transaction on X-Chain can be accepted over multiple vertices.

                      object
                    object
                    • string

                      Unique ID for this transaction.

                    • string

                      Represents chain format this transaction is included in.

                      Allowed values
                      • "non-linear"
                      • "linear"
                    • number

                      Latest timestamp in seconds this transaction was accepted out of the same transaction accepted in other vertices.

                    • string

                      Type of transaction.

                      Allowed values
                      • "BaseTx"
                      • "CreateAssetTx"
                      • "OperationTx"
                      • "ImportTx"
                      • "ExportTx"
                      • "UNKNOWN"
                    • string

                      Hex encoded memo bytes for this transaction.

                    • array<object>
                      object
                    • array<object>
                      object
                    • array<object>

                      Assets unlocked by inputs of this transaction.

                      object
                    • array<object>

                      Assets created by outputs of this transaction.

                      object
                    • string

                      Source chain for an atomic transaction.

                    • string

                      Destination chain for an atomic transaction.

                    • object

                      AssetAmount details of the asset created in CreateAssetTx

                      • string
                      • string
                      • string
                      • number
                      • string
                      • number
                      • string
                    • number

                      Height of the block this transaction belongs to.

                    • string

                      Hash of the block this transaction belongs to.

                    object
                    • string

                      EVM address from which the asset is exported in ExportTx.

                    • object

                      AssetAmount details for the asset being transferred.

                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                    • array<object>

                      Credentials that signed this transaction.

                      object
                    object
                    • string

                      Unique ID for this transaction.

                    • number

                      Height of the block this transaction belongs to.

                    • string

                      Hash of the block this transaction belongs to.

                    • number

                      Latest timestamp in seconds this transaction was accepted.

                    • string

                      Hex encoded memo bytes for this transaction.

                    • array<object>

                      Assets unlocked by inputs of this transaction.

                      object
                    • array<object>

                      Assets created by outputs of this transaction.

                      object
                    • string

                      Source chain for an atomic transaction.

                    • string

                      Destination chain for an atomic transaction.

                    • string

                      Type of transaction.

                      Allowed values
                      • "ExportTx"
                    • array<object>
                      object
                    • array<object>
                      object
                    object
                    • string

                      EVM address to which the asset is imported in ImportTx

                    • object

                      AssetAmount details for the asset being transferred.

                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                    object
                    • string

                      Unique ID for this transaction.

                    • number

                      Height of the block this transaction belongs to.

                    • string

                      Hash of the block this transaction belongs to.

                    • number

                      Latest timestamp in seconds this transaction was accepted.

                    • string

                      Hex encoded memo bytes for this transaction.

                    • array<object>

                      Assets unlocked by inputs of this transaction.

                      object
                    • array<object>

                      Assets created by outputs of this transaction.

                      object
                    • string

                      Source chain for an atomic transaction.

                    • string

                      Destination chain for an atomic transaction.

                    • string

                      Type of transaction.

                      Allowed values
                      • "ImportTx"
                    • array<object>
                      object
                    • array<object>
                      object
                    string
                    Allowed values
                    • "11111111111111111111111111111111LpoYY"
                    • "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM"
                    • "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm"
                    • "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV"
                    • "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5"
                    • "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"
                    • "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu"
                    • "p-chain"
                    • "x-chain"
                    • "c-chain"
                    string
                    Allowed values
                    • "p-chain"
                    • "x-chain"
                    • "c-chain"
                    object
                    • string
                      Allowed values
                      • "p-chain"
                      • "x-chain"
                      • "c-chain"
                    • string
                      Allowed values
                      • "mainnet"
                      • "fuji"
                      • "testnet"
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    • object
                      • string
                      • string
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<(object | object)>
                      (object | object)
                    • object
                      • string
                      • string
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<(object | object)>
                      (object | object)
                    • object
                      • string
                      • string
                    string
                    Allowed values
                    • "AddValidatorTx"
                    • "AddSubnetValidatorTx"
                    • "AddDelegatorTx"
                    • "CreateChainTx"
                    • "CreateSubnetTx"
                    • "ImportTx"
                    • "ExportTx"
                    • "AdvanceTimeTx"
                    • "RewardValidatorTx"
                    • "RemoveSubnetValidatorTx"
                    • "TransformSubnetTx"
                    • "AddPermissionlessValidatorTx"
                    • "AddPermissionlessDelegatorTx"
                    • "BaseTx"
                    • "TransferSubnetOwnershipTx"
                    • "ConvertSubnetToL1Tx"
                    • "RegisterL1ValidatorTx"
                    • "SetL1ValidatorWeightTx"
                    • "DisableL1ValidatorTx"
                    • "IncreaseL1ValidatorBalanceTx"
                    • "UNKNOWN"
                    • "CreateAssetTx"
                    • "OperationTx"
                    string
                    Allowed values
                    • "asc"
                    • "desc"
                    string
                    Allowed values
                    • "11111111111111111111111111111111LpoYY"
                    • "p-chain"
                    object
                    • array<string>

                      An array of P-Chain wallet addresses.

                      Items
                      string
                    • txHash
                      string
                    • amountStaked
                      string
                    • nodeId
                      string
                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • string
                      Allowed values
                      • "VALIDATOR"
                      • "DELEGATOR"
                      • "VALIDATOR_FEE"
                    • progress
                      number
                    • object

                      An object containing P-chain Asset basic info and the amount of that Asset ID.

                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    string

                    ISO 4217 currency code.

                    Allowed values
                    • "usd"
                    • "eur"
                    • "aud"
                    • "cad"
                    • "chf"
                    • "clp"
                    • "cny"
                    • "czk"
                    • "dkk"
                    • "gbp"
                    • "hkd"
                    • "huf"
                    • "jpy"
                    • "nzd"
                    object
                    • string

                      ISO 4217 currency code.

                      Allowed values
                      • "usd"
                      • "eur"
                      • "aud"
                      • "cad"
                      • "chf"
                      • "clp"
                      • "cny"
                      • "czk"
                      • "dkk"
                      • "gbp"
                      • "hkd"
                      • "huf"
                      • "jpy"
                      • "nzd"
                    • number

                      Monetary value in base 10 decimals.

                    object
                    • string

                      Unique ID for an asset.

                    • string

                      Name of this asset.

                    • string

                      Symbol for this asset (max 4 characters).

                    • number

                      Denomination of this asset to represent fungibility.

                    • string

                      Type of asset like SECP256K1 or NFT.

                      Allowed values
                      • "secp256k1"
                      • "nft"
                    • string

                      Amount of the asset.

                    • object

                      The historical asset price at the time the reward was granted, if available. Note, this is only provided if the reward occured more than 24 hours ago.

                      • string
                      • number
                    object
                    • array<string>

                      An array of P-Chain wallet addresses.

                      Items
                      string
                    • txHash
                      string
                    • amountStaked
                      string
                    • nodeId
                      string
                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • string
                      Allowed values
                      • "VALIDATOR"
                      • "DELEGATOR"
                      • "VALIDATOR_FEE"
                    • utxoId
                      string
                    • outputIndex
                      number
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                      • object
                    • rewardTxHash
                      string
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    • object
                      • string
                      • string
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    • object
                      • string
                      • string
                    object
                    • string

                      Unique ID for an asset.

                    • string

                      Name of this asset.

                    • string

                      Symbol for this asset (max 4 characters).

                    • number

                      Denomination of this asset to represent fungibility.

                    • string

                      Type of asset like SECP256K1 or NFT.

                      Allowed values
                      • "secp256k1"
                      • "nft"
                    • string

                      Amount of the asset.

                    • utxoCount
                      number
                    object
                    • string

                      Unique ID for an asset.

                    • string

                      Name of this asset.

                    • string

                      Symbol for this asset (max 4 characters).

                    • number

                      Denomination of this asset to represent fungibility.

                    • string

                      Type of asset like SECP256K1 or NFT.

                      Allowed values
                      • "secp256k1"
                      • "nft"
                    • string

                      Amount of the asset.

                    • utxoCount
                      number
                    • sharedWithChainId
                      string
                    • status
                      string
                    object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is consumable by any transaction.

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax that is consumable by any transaction when the staking period ends.

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is locked at the platform level and not consumable by any transaction at the current time.

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of unstaked Avax that is locked at the platform level and only consumeable for staking transactions.

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax that will be locked when the staking period ends.

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount, and utxo count of that Asset ID. Denotes the amount of staked Avax whose staking period has not yet started.

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount and utxo count of that Asset ID. Denotes the amount of unlocked Avax in the atomic memory between P-Chain and other chain.

                      object
                    • array<object>

                      A list of objects containing P-chain Asset basic info, amount and utxo count of that Asset ID. Denotes the amount of locked Avax in the atomic memory between P-Chain and other chain.

                      object
                    object
                    • object
                      • array<object>
                      • array<object>
                      • array<object>
                      • array<object>
                      • array<object>
                      • array<object>
                      • array<object>
                      • array<object>
                    • object
                      • string
                      • string
                    object
                    • string

                      Unique ID for an asset.

                    • string

                      Name of this asset.

                    • string

                      Symbol for this asset (max 4 characters).

                    • number

                      Denomination of this asset to represent fungibility.

                    • string

                      Type of asset like SECP256K1 or NFT.

                      Allowed values
                      • "secp256k1"
                      • "nft"
                    • string

                      Amount of the asset.

                    • utxoCount
                      number
                    • sharedWithChainId
                      string
                    object
                    • array<object>

                      A list of objects containing X-chain Asset balance information.

                      object
                    • array<object>

                      A list of objects containing X-chain Asset balance information.

                      object
                    • array<object>
                      object
                    • array<object>
                      object
                    object
                    • object
                      • array<object>
                      • array<object>
                      • array<object>
                      • array<object>
                    • object
                      • string
                      • string
                    object
                    • string

                      Unique ID for an asset.

                    • string

                      Name of this asset.

                    • string

                      Symbol for this asset (max 4 characters).

                    • number

                      Denomination of this asset to represent fungibility.

                    • string

                      Type of asset like SECP256K1 or NFT.

                      Allowed values
                      • "secp256k1"
                      • "nft"
                    • string

                      Amount of the asset.

                    • utxoCount
                      number
                    • sharedWithChainId
                      string
                    object
                    • array<object>
                      object
                    • array<object>
                      object
                    object
                    • object
                      • array<object>
                      • array<object>
                    • object
                      • string
                      • string
                    object
                    • proposerId
                      string
                    • proposerParentId
                      string
                    • proposerNodeId
                      string
                    • proposerPChainHeight
                      number
                    • proposerTimestamp
                      number
                    object
                    • blockNumber
                      string
                    • blockHash
                      string
                    • parentHash
                      string
                    • blockTimestamp
                      number
                    • blockType
                      string
                    • txCount
                      number
                    • array<string>
                      Items
                      string
                    • blockSizeBytes
                      number
                    • l1ValidatorsAccruedFees
                      number
                    • activeL1Validators
                      number
                    • currentSupply
                      string
                    • object
                      • proposerId
                        string
                      • proposerParentId
                        string
                      • proposerNodeId
                        string
                      • proposerPChainHeight
                        number
                      • proposerTimestamp
                        number
                    object
                    • blockNumber
                      string
                    • blockHash
                      string
                    • parentHash
                      string
                    • blockTimestamp
                      number
                    • blockType
                      string
                    • txCount
                      number
                    • array<string>
                      Items
                      string
                    • blockSizeBytes
                      number
                    • l1ValidatorsAccruedFees
                      number
                    • activeL1Validators
                      number
                    • currentSupply
                      string
                    • object
                      • proposerId
                        string
                      • proposerParentId
                        string
                      • proposerNodeId
                        string
                      • proposerPChainHeight
                        number
                      • proposerTimestamp
                        number
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    • object
                      • string
                      • string
                    string
                    Allowed values
                    • "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM"
                    • "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm"
                    • "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV"
                    • "x-chain"
                    object
                    • vertexHash
                      string
                    • array<string>
                      Items
                      string
                    • vertexHeight
                      number
                    • vertexIndex
                      number
                    • vertexTimestamp
                      number
                    • txCount
                      number
                    • array<string>
                      Items
                      string
                    • vertexSizeBytes
                      number
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    • object
                      • string
                      • string
                    string
                    Allowed values
                    • "11111111111111111111111111111111LpoYY"
                    • "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM"
                    • "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm"
                    • "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV"
                    • "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5"
                    • "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"
                    • "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu"
                    object
                    • address
                      string
                    • array<string>
                      string
                    object
                    • array<object>
                      object
                    object
                    • string

                      AvalancheGo version for the validator node.

                    • string

                      The total amount staked by validators using this version.

                    • number

                      The number of validators using this version.

                    object
                    • validatorCount
                      number
                    • totalAmountStaked
                      string
                    • string

                      Total potential rewards from currently active validations and delegations.

                    • array<object>
                      object
                    • string

                      Ratio of total active stake amount to the current supply.

                    object
                    • delegatorCount
                      number
                    • totalAmountStaked
                      string
                    object
                    • object
                      • validatorCount
                        number
                      • totalAmountStaked
                        string
                      • string
                      • array<object>
                      • string
                    • object
                      • delegatorCount
                        number
                      • totalAmountStaked
                        string
                    object
                    • createBlockTimestamp
                      number
                    • createBlockNumber
                      string
                    • blockchainId
                      string
                    • vmId
                      string
                    • subnetId
                      string
                    • blockchainName
                      string
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    object
                    • createBlockTimestamp
                      number
                    • createBlockIndex
                      string
                    • subnetId
                      string
                    • deprecatedarray<string>

                      This field is deprecated. Use subnetOwnershipInfo instead.

                      Items
                      string
                    • deprecatednumber

                      This field is deprecated. Use subnetOwnershipInfo instead.

                    • deprecatednumber

                      This field is deprecated. Use subnetOwnershipInfo instead.

                    • object

                      Latest subnet owner details for this Subnet.

                      • number
                      • number
                      • array<string>
                    • boolean

                      Whether the subnet is an L1 or not.

                    • string

                      Transaction hash of ConvertSubnetToL1Tx which converted this Subnet to L1.

                    • object

                      L1 validator manager details.

                      • blockchainId
                        string
                      • contractAddress
                        string
                    • array<object>
                      object
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>
                      object
                    string
                    Allowed values
                    • "blockIndex"
                    • "delegationCapacity"
                    • "timeRemaining"
                    • "delegationFee"
                    • "uptimePerformance"
                    string
                    Allowed values
                    • "completed"
                    • "active"
                    • "pending"
                    • "removed"
                    object
                    • validationRewardAmount
                      string
                    • delegationRewardAmount
                      string
                    • array<string>
                      Items
                      string
                    • rewardTxHash
                      string
                    object
                    • txHash
                      string
                    • nodeId
                      string
                    • subnetId
                      string
                    • amountStaked
                      string
                    • string

                      The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.

                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • object

                      Present for AddPermissionlessValidatorTx

                      • publicKey
                        string
                      • proofOfPossession
                        string
                    • delegatorCount
                      number
                    • amountDelegated
                      string
                    • object
                      • validationRewardAmount
                        string
                      • delegationRewardAmount
                        string
                      • array<string>
                      • rewardTxHash
                        string
                    • string
                      Allowed values
                      • "completed"
                    object
                    • number

                      Percent of requests responded to in last polling.

                    • number

                      Percent of requests benched on the P-Chain in last polling.

                    • number

                      Percentage of requests benched on the X-Chain in last polling.

                    • number

                      Percentage of requests benched on the C-Chain in last polling.

                    object
                    • string

                      The name of the validator node.

                    • string

                      The city of the validator node.

                    • string

                      The country code of the validator node.

                    • number

                      The latitude of the validator node.

                    • number

                      The longitude of the validator node.

                    object
                    • txHash
                      string
                    • nodeId
                      string
                    • subnetId
                      string
                    • amountStaked
                      string
                    • string

                      The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.

                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • object

                      Present for AddPermissionlessValidatorTx

                      • publicKey
                        string
                      • proofOfPossession
                        string
                    • number

                      The percentage of this validator's stake amount to the total active stake.

                    • number

                      The number of delegators linked to the validator.

                    • string

                      The total amount in nAVAX delegated to the validator.

                    • number

                      The validator's uptime percentage, as observed by our internal node and measured over time.

                    • avalancheGoVersion
                      string
                    • string

                      The amount of stake in nAVAX that can be delegated to this validator.

                    • object

                      Estimated rewards for the validator if the validation is successful.

                      • validationRewardAmount
                        string
                      • delegationRewardAmount
                        string
                      • array<string>
                      • rewardTxHash
                        string
                    • string
                      Allowed values
                      • "active"
                    • object
                      • number
                      • number
                      • number
                      • number
                    • object

                      The geographical location of the validator node, if available.

                      • string
                      • string
                      • string
                      • number
                      • number
                    object
                    • txHash
                      string
                    • nodeId
                      string
                    • subnetId
                      string
                    • amountStaked
                      string
                    • string

                      The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.

                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • object

                      Present for AddPermissionlessValidatorTx

                      • publicKey
                        string
                      • proofOfPossession
                        string
                    • string
                      Allowed values
                      • "pending"
                    object
                    • txHash
                      string
                    • nodeId
                      string
                    • subnetId
                      string
                    • amountStaked
                      string
                    • string

                      The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.

                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • object

                      Present for AddPermissionlessValidatorTx

                      • publicKey
                        string
                      • proofOfPossession
                        string
                    • string

                      The transaction hash that removed the permissioned subnet validator.

                    • number

                      The timestamp of the transaction that removed the permissioned subnet validator.

                    • string
                      Allowed values
                      • "removed"
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<(object | object | object | object)>

                      The list of validator Details.

                      (object | object | object | object)
                    string
                    Allowed values
                    • "completed"
                    • "active"
                    • "pending"
                    object
                    • txHash
                      string
                    • nodeId
                      string
                    • array<string>
                      Items
                      string
                    • amountDelegated
                      string
                    • delegationFee
                      string
                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • string

                      Total rewards distributed for the successful delegation.

                    • string

                      Net rewards distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.

                    • string
                      Allowed values
                      • "completed"
                    object
                    • txHash
                      string
                    • nodeId
                      string
                    • array<string>
                      Items
                      string
                    • amountDelegated
                      string
                    • delegationFee
                      string
                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • estimatedGrossReward
                      string
                    • estimatedNetReward
                      string
                    • string
                      Allowed values
                      • "active"
                    object
                    • txHash
                      string
                    • nodeId
                      string
                    • array<string>
                      Items
                      string
                    • amountDelegated
                      string
                    • delegationFee
                      string
                    • startTimestamp
                      number
                    • endTimestamp
                      number
                    • string

                      Estimated total rewards that will be distributed for the successful delegation.

                    • string

                      Estimated net rewards that will be distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.

                    • string
                      Allowed values
                      • "pending"
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<(object | object | object)>

                      The list of Delegator Details.

                      (object | object | object)
                    object
                    • array<string>
                      Items
                      string
                    • threshold
                      number
                    object
                    • string

                      Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.

                    • string

                      Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format

                    • nodeId
                      string
                    • subnetId
                      string
                    • number

                      Weight of the L1 validator used while sampling validators within the L1. A zero-weight L1 validator means it has been removed from the L1, and the validationID is no longer valid

                    • number

                      Remaining L1 validator balance in nAVAX until inactive. It can rejoin L1 sampling by increasing balance with IncreaseL1ValidatorBalanceTx

                    • number

                      The timestamp of the transaction which created this L1 validator

                    • blsCredentials
                      object
                    • object

                      The L1 validator owner's balance, returned after it's disabled or removed

                      • array<string>
                      • threshold
                        number
                    • object

                      Owner ddresses details which can disable or remove the L1 validator

                      • array<string>
                      • threshold
                        number
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<object>

                      The list of L1 validations for the given Subnet ID, NodeId or validationId

                      object
                    object
                    • receivedMessageNonce
                      string
                    • relayerRewardAddress
                      string
                    object
                    • string

                      A wallet or contract address in mixed-case checksum encoding.

                    • string

                      The contract name.

                    • string

                      The contract symbol.

                    • number

                      The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                    • string

                      The logo uri for the address.

                    • string
                      Allowed values
                      • "ERC-20"
                    • object

                      The token price, if available.

                      • string
                      • number
                    • value
                      string
                    object
                    • txHash
                      string
                    • timestamp
                      number
                    • gasSpent
                      string
                    object
                    • messageId
                      string
                    • teleporterContractAddress
                      string
                    • sourceBlockchainId
                      string
                    • destinationBlockchainId
                      string
                    • sourceEvmChainId
                      string
                    • destinationEvmChainId
                      string
                    • messageNonce
                      string
                    • from
                      string
                    • to
                      string
                    • data
                      string
                    • messageExecuted
                      boolean
                    • array<object>
                      object
                    • receiptDelivered
                      boolean
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                      • object
                      • value
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                    • string
                      Allowed values
                      • "pending"
                    object
                    • txHash
                      string
                    • timestamp
                      number
                    • gasSpent
                      string
                    • rewardRedeemer
                      string
                    • delivererAddress
                      string
                    object
                    • messageId
                      string
                    • teleporterContractAddress
                      string
                    • sourceBlockchainId
                      string
                    • destinationBlockchainId
                      string
                    • sourceEvmChainId
                      string
                    • destinationEvmChainId
                      string
                    • messageNonce
                      string
                    • from
                      string
                    • to
                      string
                    • data
                      string
                    • messageExecuted
                      boolean
                    • array<object>
                      object
                    • receiptDelivered
                      boolean
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                      • object
                      • value
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                      • rewardRedeemer
                        string
                      • delivererAddress
                        string
                    • string
                      Allowed values
                      • "delivered"
                    object
                    • messageId
                      string
                    • teleporterContractAddress
                      string
                    • sourceBlockchainId
                      string
                    • destinationBlockchainId
                      string
                    • sourceEvmChainId
                      string
                    • destinationEvmChainId
                      string
                    • messageNonce
                      string
                    • from
                      string
                    • to
                      string
                    • data
                      string
                    • messageExecuted
                      boolean
                    • array<object>
                      object
                    • receiptDelivered
                      boolean
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                      • object
                      • value
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                      • rewardRedeemer
                        string
                      • delivererAddress
                        string
                    • string
                      Allowed values
                      • "delivered_source_not_indexed"
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<(object | object)>
                      (object | object)
                    object
                    • receivedMessageNonce
                      string
                    • relayerRewardAddress
                      string
                    object
                    • string

                      A wallet or contract address in mixed-case checksum encoding.

                    • string

                      The contract name.

                    • string

                      The contract symbol.

                    • number

                      The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                    • string

                      The logo uri for the address.

                    • string
                      Allowed values
                      • "ERC-20"
                    • object

                      The token price, if available.

                      • string
                      • number
                    • value
                      string
                    object
                    • txHash
                      string
                    • timestamp
                      number
                    • gasSpent
                      string
                    object
                    • messageId
                      string
                    • icmContractAddress
                      string
                    • sourceBlockchainId
                      string
                    • destinationBlockchainId
                      string
                    • sourceEvmChainId
                      string
                    • destinationEvmChainId
                      string
                    • messageNonce
                      string
                    • from
                      string
                    • to
                      string
                    • data
                      string
                    • messageExecuted
                      boolean
                    • array<object>
                      object
                    • receiptDelivered
                      boolean
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                      • object
                      • value
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                    • string
                      Allowed values
                      • "pending"
                    object
                    • txHash
                      string
                    • timestamp
                      number
                    • gasSpent
                      string
                    • rewardRedeemer
                      string
                    • delivererAddress
                      string
                    object
                    • messageId
                      string
                    • icmContractAddress
                      string
                    • sourceBlockchainId
                      string
                    • destinationBlockchainId
                      string
                    • sourceEvmChainId
                      string
                    • destinationEvmChainId
                      string
                    • messageNonce
                      string
                    • from
                      string
                    • to
                      string
                    • data
                      string
                    • messageExecuted
                      boolean
                    • array<object>
                      object
                    • receiptDelivered
                      boolean
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                      • object
                      • value
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                      • rewardRedeemer
                        string
                      • delivererAddress
                        string
                    • string
                      Allowed values
                      • "delivered"
                    object
                    • messageId
                      string
                    • icmContractAddress
                      string
                    • sourceBlockchainId
                      string
                    • destinationBlockchainId
                      string
                    • sourceEvmChainId
                      string
                    • destinationEvmChainId
                      string
                    • messageNonce
                      string
                    • from
                      string
                    • to
                      string
                    • data
                      string
                    • messageExecuted
                      boolean
                    • array<object>
                      object
                    • receiptDelivered
                      boolean
                    • object
                      • string
                      • string
                      • string
                      • number
                      • string
                      • string
                      • object
                      • value
                        string
                    • object
                      • txHash
                        string
                      • timestamp
                        number
                      • gasSpent
                        string
                      • rewardRedeemer
                        string
                      • delivererAddress
                        string
                    • string
                      Allowed values
                      • "delivered_source_not_indexed"
                    object
                    • string

                      A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                    • array<(object | object)>
                      (object | object)
                    string
                    Allowed values
                    • "minute"
                    • "hourly"
                    • "daily"
                    • "weekly"
                    • "monthly"
                    string
                    Allowed values
                    • "requestPath"
                    • "responseCode"
                    • "chainId"
                    • "apiKeyId"
                    • "requestType"
                    object
                    • string

                      Column name used for data aggregation

                      Allowed values
                      • "requestPath"
                      • "responseCode"
                      • "chainId"
                      • "apiKeyId"
                      • "requestType"
                      • "None"
                    • (string | number)

                      The value of the column used for data aggregation

                      (string | number)
                      • number

                        The total number of requests

                      • number

                        The number of requests per second

                      • number

                        The success rate percentage

                      • number

                        The median response time in milliseconds

                      • number

                        The number of invalid requests

                      • number

                        The number of API credits used

                      • number

                        The number of API credits wasted on invalid requests

                      object
                      • number

                        The timestamp of the metrics value

                      • array<object>

                        The metrics values for the timestamp

                        object
                      object
                      • string

                        Duration in which the metrics value is aggregated

                      • string

                        Org ID for which the metrics are aggregated

                      • array<object>

                        Metrics values

                        object
                      string

                      The type of request made by the client.

                      Allowed values
                      • "data"
                      • "rpc"
                      object
                      • string

                        The IP address of the client that made the request.

                      • string

                        The host for the request made by the client.

                      • string

                        The user agent of the client that made the request.

                      object
                      • string

                        The organization id of the request.

                      • string

                        The unique log id of the request.

                      • number

                        The timestamp of the request.

                      • string

                        The apiKey used to make the request.

                      • string

                        The alias of the apiKey used to make the request.

                      • string

                        The region of the host for the request made by the client.

                      • string

                        The type of request made by the client.

                        Allowed values
                        • "data"
                        • "rpc"
                      • string

                        The path of the request made by the client.

                      • number

                        The number of API credits consumed by the request.

                      • number

                        The duration of the request in milliseconds.

                      • number

                        The response code of the request.

                      • string

                        The chain id of the request.

                      • string

                        The rpc method of the request.

                      • object

                        The metadata of the request.

                        • string
                        • string
                        • string
                      object
                      • string

                        A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                      • string

                        The organization id of the request.

                      • array<object>

                        An array of logs representing the requests made by clients.

                        object
                      string
                      Allowed values
                      • "hourly"
                      • "daily"
                      • "weekly"
                      • "monthly"
                      string
                      Allowed values
                      • "rpcMethod"
                      • "responseCode"
                      • "rlBypassToken"
                      object
                      • number

                        The total number of requests

                      • number

                        The number of API credits used

                      • number

                        The number of requests per second

                      • number

                        The success rate percentage

                      • number

                        The median response time in milliseconds

                      • number

                        The number of invalid requests

                      • number

                        The number of API credits wasted on invalid requests

                      • string

                        Column name used for data aggregation

                        Allowed values
                        • "rpcMethod"
                        • "responseCode"
                        • "rlBypassToken"
                        • "requestPath"
                        • "country"
                        • "continent"
                        • "userAgent"
                        • "None"
                      • (string | number)

                        The value of the column used for data aggregation

                        (string | number)
                        object
                        • number

                          The timestamp of the metrics value

                        • array<object>

                          The metrics values for the timestamp

                          object
                        object
                        • string

                          Duration in which the metrics value is aggregated

                        • array<object>

                          Metrics values

                          object
                        • string

                          ChainId for which the metrics are aggregated

                        string
                        Allowed values
                        • "hourly"
                        • "daily"
                        • "weekly"
                        • "monthly"
                        string
                        Allowed values
                        • "rpcMethod"
                        • "requestPath"
                        • "responseCode"
                        • "country"
                        • "continent"
                        • "userAgent"
                        object
                        • string

                          Duration in which the metrics value is aggregated

                        • array<object>

                          Metrics values

                          object
                        • string

                          Network type for which the metrics are aggregated

                          Allowed values
                          • "mainnet"
                          • "testnet"
                        object
                        • array<string>

                          Ethereum address(es) for the address_activity event type

                          Items
                          string
                        • array<string>

                          Array of hexadecimal strings of the event signatures.

                          Items
                          string
                        string
                        Allowed values
                        • "address_activity"
                        • "platform_address_activity"
                        • "validator_activity"
                        string
                        Allowed values
                        • "active"
                        • "inactive"
                        object
                        • id
                          string
                        • string
                          Allowed values
                          • "address_activity"
                          • "platform_address_activity"
                          • "validator_activity"
                        • url
                          string
                        • chainId
                          string
                        • string
                          Allowed values
                          • "active"
                          • "inactive"
                        • createdAt
                          number
                        • name
                          string
                        • description
                          string
                        • object | (object)
                          • array<string>
                          • array<string>
                          (object)
                          • boolean

                            Whether to include traces in the webhook payload.

                          • boolean

                            Whether to include logs in the webhook payload.

                          string

                          The type of key for platform activity depending on the event type

                          Allowed values
                          • "addresses"
                          • "nodeId"
                          • "subnetId"
                          string

                          Array of address activity sub-event types

                          Allowed values
                          • "balance_change_platform"
                          • "balance_threshold_platform"
                          • "reward_distribution"
                          object
                          • array<string>

                            Array of validator activity sub-event types

                            string
                          • array<string>
                            string
                          string

                          Type of balance to monitor

                          Allowed values
                          • "unlockedUnstaked"
                          • "unlockedStaked"
                          • "lockedPlatform"
                          • "lockedStakeable"
                          • "lockedStaked"
                          • "pendingStaked"
                          • "unlocked"
                          • "locked"
                          • "atomicMemoryUnlocked"
                          • "atomicMemoryLocked"
                          object
                          • string

                            Type of balance to monitor

                            Allowed values
                            • "unlockedUnstaked"
                            • "unlockedStaked"
                            • "lockedPlatform"
                            • "lockedStakeable"
                            • "lockedStaked"
                            • "pendingStaked"
                            • "unlocked"
                            • "locked"
                            • "atomicMemoryUnlocked"
                            • "atomicMemoryLocked"
                          • string

                            Threshold for balance corresponding to balanceType in nAVAX

                          object
                          • string

                            The type of key for platform activity depending on the event type

                            Allowed values
                            • "addresses"
                            • "nodeId"
                            • "subnetId"
                          • array<string>

                            Array of keys like addresses, NodeID or SubnetID corresponding to the keyType being monitored. For PlatformAddressActivity event, an array of multiple addresses can be provided. ValidatorActivity event will only accept a single key

                            Items
                            string
                          • object

                            Sub-events to monitor

                            • array<string>
                            • array<string>
                          • array<string>

                            Array of hexadecimal strings of the event signatures.

                            Items
                            string
                          • array<string>

                            Array of node IDs to filter the events

                            Items
                            string
                          • array<string>

                            Array of subnet IDs to filter the events

                            Items
                            string
                          • object

                            Balance threshold filter

                            • string
                            • string
                          • string

                            L1 validator fee balance threshold in nAVAX

                          object
                          • id
                            string
                          • string
                            Allowed values
                            • "address_activity"
                            • "platform_address_activity"
                            • "validator_activity"
                          • url
                            string
                          • chainId
                            string
                          • string
                            Allowed values
                            • "active"
                            • "inactive"
                          • createdAt
                            number
                          • name
                            string
                          • description
                            string
                          • object | (object)
                            • string
                            • array<string>
                            • object
                            • array<string>
                            • array<string>
                            • array<string>
                            • object
                            • string
                            (object)
                            string
                            Allowed values
                            • "mainnet"
                            • "fuji"
                            object
                            • string
                              Allowed values
                              • "address_activity"
                            • url
                              string
                            • chainId
                              string
                            • string
                              Allowed values
                              • "mainnet"
                              • "fuji"
                            • name
                              string
                            • description
                              string
                            • boolean

                              Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.

                            • boolean

                              Whether to include logs in the webhook payload.

                            • (object)
                              (object)
                              object
                              • string
                                Allowed values
                                • "platform_address_activity"
                                • "validator_activity"
                              • url
                                string
                              • chainId
                                string
                              • string
                                Allowed values
                                • "mainnet"
                                • "fuji"
                              • name
                                string
                              • description
                                string
                              • boolean

                                Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.

                              • boolean

                                Whether to include logs in the webhook payload.

                              • object | (object)

                                Metadata for platform activity

                                • string
                                • array<string>
                                • object
                                • array<string>
                                • array<string>
                                • array<string>
                                • object
                                • string
                                (object)
                                object
                                • string

                                  Token contract address

                                • string

                                  Token name

                                • string

                                  Token symbol

                                • number

                                  Token decimals

                                • string

                                  Value including decimals

                                object
                                • string

                                  Transaction hash

                                • string

                                  Transfer type

                                • string

                                  Sender address

                                • string

                                  Recipient address

                                • string

                                  Amount transferred

                                • string

                                  Token Id

                                • number

                                  Block timestamp

                                • number

                                  Log index

                                • object

                                  erc20 Token details

                                  • string
                                  • string
                                  • string
                                  • number
                                  • string
                                • object

                                  erc721 Token details

                                  • string
                                  • string
                                  • string
                                  • number
                                  • string
                                • object

                                  erc1155 Token details

                                  • string
                                  • string
                                  • string
                                  • number
                                  • string
                                object
                                • string

                                  Sender address

                                • string

                                  Recipient address

                                • string

                                  Internal transaction type

                                • string

                                  Value transferred

                                • string

                                  Gas used

                                • string

                                  Gas limit

                                • string

                                  Transaction hash

                                object
                                • string

                                  Access Address

                                • array<string>

                                  Storage keys

                                  Items
                                  string
                                object
                                • string

                                  Token name

                                • string

                                  Token symbol

                                • number

                                  Token decimals

                                • string

                                  Value including decimals

                                object
                                • string

                                  Block hash of the transaction

                                • string

                                  Block number of the transaction

                                • string

                                  Sender address

                                • string

                                  Gas limit for the transaction

                                • string

                                  Gas price used

                                • string

                                  Maximum fee per gas

                                • string

                                  Maximum priority fee per gas

                                • string

                                  Transaction hash

                                • string

                                  Transaction status

                                • string

                                  Input data

                                • string

                                  Nonce value

                                • string

                                  Recipient address

                                • number

                                  Transaction index

                                • string

                                  Value transferred in the transaction

                                • number

                                  Transaction type

                                • string

                                  Chain ID of the network

                                • string

                                  Cumulative gas used

                                • string

                                  Gas used

                                • string

                                  Effective gas price

                                • string

                                  Receipt root

                                • number

                                  Block timestamp

                                • string

                                  Contract address (optional)

                                • array<object>

                                  ERC20 transfers

                                  object
                                • array<object>

                                  ERC721 transfers

                                  object
                                • array<object>

                                  ERC1155 transfers

                                  object
                                • array<object>

                                  Internal transactions (optional)

                                  object
                                • array<object>

                                  Access list (optional)

                                  object
                                • object

                                  Network token info (optional)

                                  • string
                                  • string
                                  • number
                                  • string
                                object
                                • string

                                  Contract address

                                • string

                                  First topic

                                • string

                                  Second topic (optional)

                                • string

                                  Third topic (optional)

                                • string

                                  Fourth topic (optional)

                                • string

                                  Event data

                                • number

                                  Transaction index

                                • number

                                  Log index

                                • boolean

                                  Indicates if the log was removed

                                object
                                • object

                                  Transaction details

                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • number
                                  • string
                                  • number
                                  • string
                                  • string
                                  • string
                                  • string
                                  • string
                                  • number
                                  • string
                                  • array<object>
                                  • array<object>
                                  • array<object>
                                  • array<object>
                                  • array<object>
                                  • object
                                • array<object>

                                  Array of log events

                                  object
                                object
                                • string

                                  Webhook ID

                                • string

                                  Event type

                                  Allowed values
                                  • "address_activity"
                                • string

                                  Message ID

                                • object

                                  Event details

                                  • object
                                  • array<object>
                                string
                                Allowed values
                                • "active"
                                • "inactive"
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<(object | object)>
                                  (object | object)
                                object
                                • secret
                                  string
                                object
                                • name
                                  string
                                • description
                                  string
                                • url
                                  string
                                • string
                                  Allowed values
                                  • "active"
                                  • "inactive"
                                • boolean

                                  Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.

                                • includeLogs
                                  boolean
                                object
                                • array<string>

                                  Ethereum address(es) for the address_activity event type

                                  Items
                                  string
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<string>
                                  Items
                                  string
                                • totalAddresses
                                  number
                                object
                                • message
                                  string
                                • justification
                                  string
                                • signingSubnetId
                                  string
                                • quorumPercentage
                                  number
                                object
                                • signedMessage
                                  string
                                object
                                • string

                                  The contract name.

                                • string

                                  The contract symbol.

                                • number

                                  The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                                • string

                                  The logo uri for the address.

                                • string

                                  The evm chain id.

                                • object

                                  The token price, if available.

                                  • string
                                  • number
                                • string

                                  The address balance for the token, in units specified by the decimals value for the contract.

                                • object

                                  The monetary value of the balance, if a price is available for the token.

                                  • string
                                  • number
                                object
                                • object

                                  The native token balance for the address.

                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • object
                                  • string
                                  • object
                                object
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • string

                                  The contract name.

                                • string

                                  The contract symbol.

                                • number

                                  The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                                • string

                                  The logo uri for the address.

                                • string
                                  Allowed values
                                  • "ERC-20"
                                • object

                                  The token price, if available.

                                  • string
                                  • number
                                • string

                                  The evm chain id.

                                • string

                                  The address balance for the token, in units specified by the decimals value for the contract.

                                • object

                                  The monetary value of the balance, if a price is available for the token.

                                  • string
                                  • number
                                • string | null

                                  Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.

                                  Allowed values
                                  • "Malicious"
                                  • "Benign"
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • object

                                  The native token balance for the address.

                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • object
                                  • string
                                  • object
                                • array<object>

                                  The list of ERC-20 token balances for the address.

                                  object
                                object
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • string

                                  The contract name.

                                • string

                                  The contract symbol.

                                • string
                                  Allowed values
                                  • "ERC-721"
                                • tokenId
                                  string
                                • tokenUri
                                  string
                                • object
                                  • string
                                  • metadataLastUpdatedTimestamp
                                    number
                                  • name
                                    string
                                  • symbol
                                    string
                                  • imageUri
                                    string
                                  • description
                                    string
                                  • animationUri
                                    string
                                  • externalUrl
                                    string
                                  • background
                                    string
                                  • attributes
                                    string
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • string

                                  The evm chain id.

                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • object

                                  The native token balance for the address.

                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • object
                                  • string
                                  • object
                                • array<object>

                                  The list of ERC-721 token balances for the address.

                                  object
                                object
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • string
                                  Allowed values
                                  • "ERC-1155"
                                • tokenId
                                  string
                                • tokenUri
                                  string
                                • object
                                  • string
                                  • metadataLastUpdatedTimestamp
                                    number
                                  • name
                                    string
                                  • symbol
                                    string
                                  • imageUri
                                    string
                                  • description
                                    string
                                  • animationUri
                                    string
                                  • externalUrl
                                    string
                                  • background
                                    string
                                  • decimals
                                    number
                                  • properties
                                    string
                                • string

                                  The evm chain id.

                                • string

                                  The address balance for the token, in units specified by the decimals value for the contract.

                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • object

                                  The native token balance for the address.

                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • object
                                  • string
                                  • object
                                • array<object>

                                  The list of ERC-1155 token balances for the address.

                                  object
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<(object | object)>

                                  The list of ERC-721 and ERC-1155 token balances for the address.

                                  (object | object)
                                object
                                • string

                                  The EVM chain ID on which the block was created.

                                • string

                                  The block number on the chain.

                                • number

                                  The block finality timestamp.

                                • string

                                  The block hash identifier.

                                • number

                                  The number of evm transactions in the block.

                                • string

                                  The base gas fee for a transaction to be included in the block.

                                • string

                                  The gas used for transactions in the block.

                                • string

                                  The total gas limit set for transactions in the block.

                                • gasCost
                                  string
                                • string

                                  The hash of the parent block.

                                • string

                                  The amount of fees spent/burned for transactions in the block.

                                • string

                                  The cumulative number of transactions for the chain including this block.

                                object
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • string

                                  The contract name.

                                • string

                                  The contract symbol.

                                • number

                                  The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                                • string

                                  The logo uri for the address.

                                • string
                                  Allowed values
                                  • "ERC-20"
                                • object

                                  The token price, if available.

                                  • string
                                  • number
                                object
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • logIndex
                                  number
                                • value
                                  string
                                • object
                                  • string
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • object
                                object
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • logIndex
                                  number
                                • object
                                  • string
                                  • string
                                  • string
                                  • string
                                  • tokenId
                                    string
                                  • tokenUri
                                    string
                                  • object
                                  • string
                                object
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • logIndex
                                  number
                                • value
                                  string
                                • object
                                  • string
                                  • string
                                  • tokenId
                                    string
                                  • tokenUri
                                    string
                                  • object
                                string
                                Allowed values
                                • "UNKNOWN"
                                • "CALL"
                                • "CREATE"
                                • "CREATE2"
                                • "CALLCODE"
                                • "DELEGATECALL"
                                • "STATICCALL"
                                object
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • string
                                  Allowed values
                                  • "UNKNOWN"
                                  • "CALL"
                                  • "CREATE"
                                  • "CREATE2"
                                  • "CALLCODE"
                                  • "DELEGATECALL"
                                  • "STATICCALL"
                                • value
                                  string
                                • boolean

                                  True if the internal transaction was reverted.

                                • gasUsed
                                  string
                                • gasLimit
                                  string
                                object
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • description
                                    string
                                • object

                                  The current token price, if available.

                                  • string
                                  • number
                                • object

                                  The historical token price at the time the transaction occured, if available. Note, this is only provided if the transaction occured more than 24 hours ago.

                                  • string
                                  • number
                                object
                                • string

                                  The block number on the chain.

                                • number

                                  The block finality timestamp.

                                • string

                                  The block hash identifier.

                                • string

                                  The EVM chain ID on which the transaction occured.

                                • number

                                  The index at which the transaction occured in the block (0-indexed).

                                • string

                                  The transaction hash identifier.

                                • string

                                  The transaction status, which is either 0 (failed) or 1 (successful).

                                • number

                                  The transaction type.

                                • string

                                  The gas limit set for the transaction.

                                • string

                                  The amount of gas used.

                                • string

                                  The gas price denominated by the number of decimals of the native token.

                                • string

                                  The nonce used by the sender of the transaction.

                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • string
                                • value
                                  string
                                • string

                                  The data sent for the transaction.

                                • baseFeePerGas
                                  string
                                • maxFeePerGas
                                  string
                                • maxPriorityFeePerGas
                                  string
                                string
                                Allowed values
                                • "SOURCE_TRANSACTION"
                                • "DESTINATION_TRANSACTION"
                                object
                                • teleporterMessageId
                                  string
                                • string
                                  Allowed values
                                  • "SOURCE_TRANSACTION"
                                  • "DESTINATION_TRANSACTION"
                                • object

                                  chain id of the source chain. valid only for destination transactions

                                • object

                                  chain id of the destination chain. valid only for source transactions

                                object
                                • array<object>

                                  The list of ERC-20 transfers.

                                  object
                                • array<object>

                                  The list of ERC-721 transfers.

                                  object
                                • array<object>

                                  The list of ERC-1155 transfers.

                                  object
                                • array<object>

                                  The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2 calls. Use a client provider to recieve a full debug trace of the transaction.

                                  object
                                • object
                                  • object
                                  • object
                                  • object
                                • object
                                  • string
                                  • number
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • string
                                  • string
                                  • object
                                  • object
                                  • object
                                  • value
                                    string
                                  • string
                                  • baseFeePerGas
                                    string
                                  • maxFeePerGas
                                    string
                                  • maxPriorityFeePerGas
                                    string
                                • object

                                  Corresponding teleporter message info if available.

                                  • teleporterMessageId
                                    string
                                  • string
                                  • object
                                  • object
                                object
                                • assetId
                                  string
                                • string

                                  OUTPUT ONLY

                                string
                                Allowed values
                                • "Blog"
                                • "CoinGecko"
                                • "CoinMarketCap"
                                • "Discord"
                                • "Documentation"
                                • "Facebook"
                                • "Github"
                                • "Instagram"
                                • "LinkedIn"
                                • "Medium"
                                • "Reddit"
                                • "Support"
                                • "Telegram"
                                • "TikTok"
                                • "Twitter"
                                • "Website"
                                • "Whitepaper"
                                • "Youtube"
                                object
                                • string
                                  Allowed values
                                  • "Blog"
                                  • "CoinGecko"
                                  • "CoinMarketCap"
                                  • "Discord"
                                  • "Documentation"
                                  • "Facebook"
                                  • "Github"
                                  • "Instagram"
                                  • "LinkedIn"
                                  • "Medium"
                                  • "Reddit"
                                  • "Support"
                                  • "Telegram"
                                  • "TikTok"
                                  • "Twitter"
                                  • "Website"
                                  • "Whitepaper"
                                  • "Youtube"
                                • url
                                  string
                                object
                                • txHash
                                  string
                                • string

                                  The address that initiated the transaction which deployed this contract.

                                • string

                                  The contract address which deployed this contract via smart contract. This field is only populated when the contract was deployed as part of smart contract execution.

                                object
                                • string

                                  The contract name.

                                • description
                                  string
                                • officialSite
                                  string
                                • email
                                  string
                                • object
                                  • assetId
                                    string
                                  • string
                                • object
                                  • assetId
                                    string
                                  • string
                                • color
                                  string
                                • array<object>
                                  object
                                • array<string>
                                  Items
                                  string
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • object
                                  • txHash
                                    string
                                  • string
                                  • string
                                • string
                                  Allowed values
                                  • "UNKNOWN"
                                object
                                • coingeckoCoinId
                                  string
                                object
                                • string

                                  The contract name.

                                • description
                                  string
                                • officialSite
                                  string
                                • email
                                  string
                                • object
                                  • assetId
                                    string
                                  • string
                                • object
                                  • assetId
                                    string
                                  • string
                                • color
                                  string
                                • array<object>
                                  object
                                • array<string>
                                  Items
                                  string
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • object
                                  • txHash
                                    string
                                  • string
                                  • string
                                • string
                                  Allowed values
                                  • "ERC-20"
                                • string

                                  The contract symbol.

                                • number

                                  The number of decimals the token uses. For example 6, means to divide the token amount by 1000000 to get its user representation.

                                • object
                                  • coingeckoCoinId
                                    string
                                object
                                • string

                                  The contract name.

                                • description
                                  string
                                • officialSite
                                  string
                                • email
                                  string
                                • object
                                  • assetId
                                    string
                                  • string
                                • object
                                  • assetId
                                    string
                                  • string
                                • color
                                  string
                                • array<object>
                                  object
                                • array<string>
                                  Items
                                  string
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • object
                                  • txHash
                                    string
                                  • string
                                  • string
                                • string
                                  Allowed values
                                  • "ERC-721"
                                • string

                                  The contract symbol.

                                object
                                • string

                                  The contract name.

                                • description
                                  string
                                • officialSite
                                  string
                                • email
                                  string
                                • object
                                  • assetId
                                    string
                                  • string
                                • object
                                  • assetId
                                    string
                                  • string
                                • color
                                  string
                                • array<object>
                                  object
                                • array<string>
                                  Items
                                  string
                                • string

                                  A wallet or contract address in mixed-case checksum encoding.

                                • object
                                  • txHash
                                    string
                                  • string
                                  • string
                                • string
                                  Allowed values
                                  • "ERC-1155"
                                • string

                                  The contract symbol.

                                • object
                                  • coingeckoCoinId
                                    string
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<(object | object | object | object)>
                                  (object | object | object | object)
                                object
                                • array<object>
                                  object
                                string
                                Allowed values
                                • "nftIndexing"
                                • "webhooks"
                                • "teleporter"
                                object
                                • array<object>
                                  object
                                object
                                • chainId
                                  string
                                • string

                                  Status of chain nodes. Chain nodes can become temporarily UNAVAILABLE for several reasons, such as validator stake falling below threshold. If chain nodes are UNAVAILABLE, requests that rely on data from the chain nodes may return 503 errors.

                                  Allowed values
                                  • "OK"
                                  • "UNAVAILABLE"
                                • chainName
                                  string
                                • description
                                  string
                                • platformChainId
                                  string
                                • subnetId
                                  string
                                • vmId
                                  string
                                • string
                                  Allowed values
                                  • "EVM"
                                  • "BITCOIN"
                                  • "ETHEREUM"
                                • explorerUrl
                                  string
                                • rpcUrl
                                  string
                                • wsUrl
                                  string
                                • isTestnet
                                  boolean
                                • object
                                  • multicall
                                    string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • description
                                    string
                                • chainLogoUri
                                  string
                                • private
                                  boolean
                                • array<string>
                                  string
                                object
                                • string

                                  The block number on the chain.

                                • number

                                  The block finality timestamp.

                                • string

                                  The block hash identifier.

                                • string

                                  The transaction hash identifier.

                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • logIndex
                                  number
                                • value
                                  string
                                • object
                                  • string
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • object
                                object
                                • string

                                  The block number on the chain.

                                • number

                                  The block finality timestamp.

                                • string

                                  The block hash identifier.

                                • string

                                  The transaction hash identifier.

                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • logIndex
                                  number
                                • object
                                  • string
                                  • string
                                  • string
                                  • string
                                  • tokenId
                                    string
                                  • tokenUri
                                    string
                                  • object
                                  • string
                                object
                                • string

                                  The block number on the chain.

                                • number

                                  The block finality timestamp.

                                • string

                                  The block hash identifier.

                                • string

                                  The transaction hash identifier.

                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • object
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                • logIndex
                                  number
                                • value
                                  string
                                • object
                                  • string
                                  • string
                                  • tokenId
                                    string
                                  • tokenUri
                                    string
                                  • object
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<(object | object | object)>
                                  (object | object | object)
                                object
                                • object

                                  The native (top-level) transaction details.

                                  • string
                                  • number
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • number
                                  • string
                                  • string
                                  • string
                                  • string
                                  • object
                                  • object
                                  • object
                                  • value
                                    string
                                • array<object>

                                  The list of ERC-20 transfers.

                                  object
                                • array<object>

                                  The list of ERC-721 transfers.

                                  object
                                • array<object>

                                  The list of ERC-1155 transfers.

                                  object
                                • array<object>

                                  The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2 calls. Use a client provider to recieve a full debug trace of the transaction.

                                  object
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<object>
                                  object
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<object>
                                  object
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<object>
                                  object
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<object>
                                  object
                                object
                                • string

                                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

                                • array<object>
                                  object