TokenIdentifier tokenIdentifier
OwnerIdentifier ownerIdentifier
BlockchainInstant atBlockchainInstant
String errorCode
The error code associated with the error.
String errorMessage
The message associated with the error.
String errorType
The type of error.
TokenIdentifier tokenIdentifier
OwnerIdentifier ownerIdentifier
BlockchainInstant atBlockchainInstant
OwnerIdentifier ownerIdentifier
TokenIdentifier tokenIdentifier
String balance
The container for the token balance.
BlockchainInstant atBlockchainInstant
BlockchainInstant lastUpdatedTime
Date time
The container of the Timestamp of the blockchain instant.
This timestamp will only be recorded up to the second.
TokenIdentifier tokenIdentifier
The container for the identifier for the token, including the unique token ID and its blockchain network.
OwnerIdentifier ownerIdentifier
The container for the identifier for the owner.
BlockchainInstant atBlockchainInstant
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
This time will only be recorded up to the second.
OwnerIdentifier ownerIdentifier
TokenIdentifier tokenIdentifier
String balance
The container for the token balance.
BlockchainInstant atBlockchainInstant
BlockchainInstant lastUpdatedTime
Transaction transaction
Contains the details of the transaction.
Integer retryAfterSeconds
The container of the retryAfterSeconds value.
OwnerFilter ownerFilter
The contract or wallet address on the blockchain network by which to filter the request. You must specify the
address property of the ownerFilter when listing balances of tokens owned by the
address.
TokenFilter tokenFilter
The contract address or a token identifier on the blockchain network by which to filter the request. You must specify the contractAddress property of this container when listing tokens minted by a contract.
You must always specify the network property of this container when using this operation.
String nextToken
The pagination token that indicates the next set of results to retrieve.
Integer maxResults
The maximum number of token balances to return.
String transactionHash
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
String network
The blockchain network where the transaction events occurred.
String nextToken
The pagination token that indicates the next set of results to retrieve.
Integer maxResults
The maximum number of transaction events to list.
Even if additional results can be retrieved, the request can return less results than maxResults or
an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value. The
value of nextToken is null when there are no more results to return
String address
The address (either a contract or wallet), whose transactions are being requested.
String network
The blockchain network where the transactions occurred.
BlockchainInstant fromBlockchainInstant
BlockchainInstant toBlockchainInstant
ListTransactionsSort sort
Sorts items in an ascending order if the first page starts at fromTime. Sorts items in a descending
order if the first page starts at toTime.
String nextToken
The pagination token that indicates the next set of results to retrieve.
Integer maxResults
The maximum number of transactions to list.
Even if additional results can be retrieved, the request can return less results than maxResults or
an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value. The
value of nextToken is null when there are no more results to return
String address
The contract or wallet address.
String address
The contract or wallet address for the owner.
String resourceId
The resourceId of the resource that caused the exception.
String resourceType
The resourceType of the resource that caused the exception.
String serviceCode
The container for the serviceCode.
String quotaCode
The container for the quotaCode.
OwnerIdentifier ownerIdentifier
The container for the identifier of the owner.
TokenIdentifier tokenIdentifier
The identifier for the token, including the unique token ID and its blockchain network.
String balance
The container of the token balance.
BlockchainInstant atBlockchainInstant
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
This time will only be recorded up to the second.
BlockchainInstant lastUpdatedTime
The timestamp of the last transaction at which the balance for the token in the wallet was updated.
String network
The blockchain network where the transaction occured.
String blockHash
The block hash is a unique identifier for a block. It is a fixed-size string that is calculated by using the information in the block. The block hash is used to verify the integrity of the data in the block.
String transactionHash
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
String blockNumber
The block number in which the transaction is recorded.
Date transactionTimestamp
The Timestamp of the transaction.
Long transactionIndex
The index of the transaction within a blockchain.
Long numberOfTransactions
The number of transactions in the block.
String status
The status of the transaction.
String to
The identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
String from
The initiator of the transaction. It is either in the form a public key or a contract address.
String contractAddress
The blockchain address for the contract.
String gasUsed
The amount of gas used for the transaction.
String cumulativeGasUsed
The amount of gas used up to the specified point in the block.
String effectiveGasPrice
The effective gas price.
Integer signatureV
The signature of the transaction. The Z coordinate of a point V.
String signatureR
The signature of the transaction. The X coordinate of a point R.
String signatureS
The signature of the transaction. The Y coordinate of a point S.
String transactionFee
The transaction fee.
String transactionId
The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
String network
The blockchain network where the transaction occurred.
String transactionHash
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
String eventType
The type of transaction event.
String from
The wallet address initiating the transaction. It can either be a public key or a contract.
String to
The wallet address receiving the transaction. It can either be a public key or a contract.
String value
The value that was transacted.
String contractAddress
The blockchain address. for the contract
String tokenId
The unique identifier for the token involved in the transaction.
String transactionId
The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
Integer voutIndex
The position of the vout in the transaction output list.
String transactionHash
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
String network
The blockchain network where the transaction occurred.
Date transactionTimestamp
The time when the transaction occurred.
Copyright © 2023. All rights reserved.