Transactions are cryptographically signed instructions from accounts.
An account will initiate a transaction to update the state of the Ethereum network. Transactions always originate from an externally owned account (a smart contract can not initiate a transaction). Transactions, which change the state of the EVM, need to be broadcast to the whole network. Any node can broadcast a request for a transaction to be executed on the EVM; after this happens, a validator will execute the transaction and propagate the resulting state change to the rest of the network.
When using the API, transactions are enriched with action labels that convey the primary intention of the transaction from the perspective of the wallet that created the transaction. Action labeling coverage is not guaranteed to be exhaustive, but will be improved over time.
Category | Name | Status | Name | Description |
---|---|---|---|---|
DEX | dex_swap | ✅ | dex_swap | |
DEX | dex_add_liquidity | ✅ | dex_add_liquidity | |
DEX | dex_remove_liquidty | ✅ | dex_remove_liquidity | |
DEX | dex_deploy_liquidity_pool | ✅ | dex_deploy_liquidity_pool | |
NFT | nft_buy | ✅ | nft_buy | |
NFT | nft_sell | ✅ | nft_ | |
NFT | nft_mint | ✅ |
abstract
, aleph_zero
, alienx
, apechain
, aptos
, arbitrum
, arbitrum_nova
, arbitrum_sepolia
, astar
, avalanche
, b3
, base
, base_sepolia
, beacon
, beacon_validators
, berachain
, binance
, bitcoin
, blast
, bsc
, celo
, cosmos
, cosmoshub
, ethereum
, stellar
, ethereum_goerli
, fantom
, xrp_ledger
, vana
, dydx
, ethereum_sepolia
, kava
, bitcoin_cash
, celestia
, codex
, litecoin
, mantra
, dymension
, babylon
, ethereum_hoodi
, winr
, sx
, injective
, educhain
, dogecoin
, hyperevm
, hyperliquid
, everclear
, fraxtal
, gnosis
, gravity
, harmony
, hedera
, holesky
, imx_zkevm
, ink
, kinto
, linea
, manta_pacific
, mantle
, metis
, mode
, monad_devnet1
, monad_testnet
, near
, oasys
, optimism
, osmosis
, polygon
, polygon_zkevm
, proof_of_play_apex
, proof_of_play_boss
, provenance
, real
, reya
, ronin
, rootstock
, sanko
, scroll
, scroll_sepolia
, sei
, solana
, soneium
, sonic
, stacks
, starknet
, superposition
, sui
, ton
, tron
, unichain
, worldchain
, zksync
, zora
Successful Response
The response is of type object
.