v1/allchains/transactions/ REST API Endpoint
Query Parameters
chains
string
The chains for which data is being queried
addresses
string
The wallet addresses for which data is being queried
limit
integer
The maximum number of results to return
before
string
The timestamp or block height to fetch transactions before this point
after
string
The timestamp or block height to fetch transactions after this point
with-logs
boolean
When set to true, includes event logs for the transactions in the response
with-decoded-logs
boolean
When set to true, includes decoded event logs for the transactions in the response
quote-currency
string
The preferred quote currency for token prices in the response
Returns
data
object
The response data containing following fields:
updated_at
string
The timestamp when the data was last updated
cursor_before
string
The cursor value to be used for fetching the previous page of data
cursor_after
string
The cursor value to be used for fetching the next page of data
quote_currency
string
The currency used to quote token prices in the response
items
array
The array of transaction items
block_height
integer
The height of the block containing the transaction
block_signed_at
string
The timestamp when the block containing the transaction was signed
block_hash
string
The unique hash of the block containing the transaction
tx_hash
string
The unique hash of the transaction
tx_offset
integer
The offset of the transaction within the block
miner_address
string
The address of the miner who mined the block
from_address
string
The address from which the transaction originated
from_address_label
string
The label for the address from which the transaction originated
to_address
string
The address to which the transaction is sent
to_address_label
string
The label for the address to which the transaction is sent
value
string
The value of the transaction in its native units
value_quote
integer
The value of the transaction quoted in the specified currency
pretty_value_quote
string
The formatted quoted value of the transaction
gas_offered
integer
The amount of gas offered for the transaction
gas_spent
integer
The amount of gas actually spent for the transaction
gas_price
integer
The gas price specified in the transaction
gas_quote
integer
The gas cost of the transaction quoted in the specified currency
pretty_gas_quote
string
The formatted quoted gas cost of the transaction
gas_quote_rate
integer
The rate used to calculate the gas quote
fees_paid
string
The total fees paid for the transaction
gas_metadata
object
The metadata related to gas, including contract details
contract_decimals
integer
The number of decimals used in the contract
contract_name
string
The name of the contract
contract_ticker_symbol
string
The ticker symbol for the contract
contract_address
string
The address of the contract
supports_erc
string
The list of ERC standards supported by the contract
logo_url
string
The URL of the contract's logo
successful
boolean
The status of the transaction indicating success or failure
chain_id
string
The unique identifier of the blockchain network
chain_name
string
The name of the blockchain network
explorers
array
The list of blockchain explorers for this network
label
string
The name of the blockchain explorer
url
string
The URL of the blockchain explorer
log_events
array
The list of log events associated with the transaction
block_signed_at
string
The timestamp when the block containing the event was signed
block_height
integer
The height of the block containing the event
tx_offset
integer
The offset of the transaction within the block
log_offset
integer
The offset of the log within the transaction
tx_hash
string
The unique hash of the transaction containing the event
raw_log_topics
string
The topics of the raw log event
sender_contract_decimals
integer
The decimals used by the sender's contract
sender_name
string
The name of the sender contract
sender_contract_ticker_symbol
string
The ticker symbol for the sender's contract
sender_address
string
The address of the sender contract
sender_address_label
string
The label for the sender's address
sender_logo_url
string
The URL of the sender's contract logo
supports_erc
string
The list of ERC standards supported by the sender's contract
sender_factory_address
string
The factory address of the sender contract
raw_log_data
string
The raw data of the log event
decoded
object
The decoded log event, including its parameters
name
string
The name of the decoded event
signature
string
The signature of the decoded event
params
array
The parameters of the decoded event
name
string
The name of the parameter
type
string
The type of the parameter
indexed
boolean
Whether the parameter is indexed
decoded
boolean
Whether the parameter value is decoded
value
string
The value of the parameter
error
boolean
Indicates whether an error occurred
error_message
string
The error message if an error occurred, or null otherwise
error_code
string
The error code if an error occurred, or null otherwise
Request
1curl --location 'https://api.covalenthq.com/v1/allchains/transactions/' \2--header 'Content-Type: application/json' \3--header 'Authorization: Bearer YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free