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 a transaction
Commonly used to fetch and render a single transaction including its decoded log events.
Processing: Realtime
Requests that return status 200 and no data cost 0.1 credits.
Enabling no-logs reduces request cost to 0.05 per item.
How to Get the Latest Axie Spawns
Comparing GoldRush’s Transactions API to RPC Providers
How to Get Transaction History for an Address on Ethereum
How to Fetch User Operations (UserOps) for a Specific Wallet Address
A Guide to DeFi Taxes
Understanding Different Types of Blockchain Transactions with Covalent
Path Parameters
The chain name eg: eth-mainnet
.
The transaction hash.
Query Parameters
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Omit log events.
Response
The requested chain ID eg: 1
.
The requested chain name eg: eth-mainnet
.
List of response items.
The hash of the block. Use it to remove transactions from re-org-ed blocks.
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 requested chain native gas token metadata.
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.
The contract logo URL.
A list of supported standard ERC interfaces, eg: ERC20
and ERC721
.
The gas price at the time of this tx.
The gas spent in quote-currency
denomination.
The native gas exchange rate for the requested quote-currency
.
The gas spent for this tx.
The log events.
The height of the block.
The block signed timestamp in UTC.
The decoded item.
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.
The address of the miner.
A prettier version of the quote for rendering purposes.
A prettier version of the quote for rendering purposes.
Indicates whether a transaction failed or succeeded.
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.
The timestamp when the response was generated. Useful to show data staleness to users.