Cross Chain
Balances
Transactions
- GETGet a transaction
- GETGet transaction summary for address
- GETGet earliest transactions for address (v3)
- GETGet recent transactions for address (v3)
- GETGet paginated transactions for address (v3)
- GETGet bulk time bucket transactions for address (v3)
- GETGet all transactions in a block by page (v3)
- GETGet all transactions in a block (v3)
NFT
- Core Rendering
- Market Data
- Ownership & Token Gating
Bitcoin
Get NFT transactions for contract
Commonly used to get all transactions of an NFT token. Useful for building a transaction history table or price chart.
Processing: Realtime
Path Parameters
The chain name eg: eth-mainnet
.
The requested contract address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
The requested token ID.
Query Parameters
If true
, the suspected spam tokens are removed. Supports eth-mainnet
and matic-mainnet
.
Response
The requested chain ID eg: 1
.
The requested chain name eg: eth-mainnet
.
List of response items.
Use the relevant contract_address
to lookup prices, logos, token transfers, etc.
Use contract decimals to format the token balance for display purposes - divide the balance by 10^{contract_decimals}
.
The string returned by the name()
method.
The ticker symbol for this contract. This field is set by a developer and non-unique across a network.
Denotes whether the token is suspected spam. Supports eth-mainnet
and matic-mainnet
.
The contract logo URL.
The height of the block.
The block signed timestamp in UTC.
b;The total transaction fees (gas_price * gas_spent) paid for this tx, denoted in wei.
The sender's wallet address.
The label of from
address.
The gas price at the time of this tx.
The gas spent in quote-currency
denomination.
The gas spent for this tx.
The log events.
The height of the block.
The block signed timestamp in UTC.
The offset is the position of the log entry within an event log.
The log events in raw.
The log topics in raw data.
The address of the sender.
The label of the sender address.
Use contract decimals to format the token balance for display purposes - divide the balance by 10^{contract_decimals}
.
The address of the deployed UniswapV2 like factory contract for this DEX.
The contract logo URL.
The name of the sender.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
The requested transaction hash.
The offset is the position of the tx in the block.
A prettier version of the quote for rendering purposes.
A prettier version of the quote for rendering purposes.
Whether or not transaction is successful.
The receiver's wallet address.
The label of to
address.
The requested transaction hash.
The offset is the position of the tx in the block.
b;The value attached to this tx.
The value attached in quote-currency
to this tx.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
The timestamp when the response was generated. Useful to show data staleness to users.