Skip to main content
GET
Get Transaction

Authorizations

apikey
string
header
required

API key for authentication

Path Parameters

chain
enum<string>
required

The blockchain network to query

Available options:
polygon
Example:

"polygon"

transaction_hash
string
required

Transaction hash (66 character hex string starting with 0x)

Pattern: ^0x[a-fA-F0-9]{64}$
Example:

"0x00dcc066aad65ae4f10c0fc4ec1fac5d3693c12c01d98a9f6a87448be9b26200"

Response

Transaction data

block_number
integer

Block number containing this transaction

timestamp
integer

Unix timestamp of the block

datetime
string<date-time>

ISO 8601 formatted datetime

transaction_hash
string

Hash of the transaction

transaction_index
integer

Position of the transaction in the block

version
integer

Transaction version

from_address
string

Sender address

to_address
string | null

Recipient address

value
number

Value transferred in native token

usd_value
number

USD value of the transfer

price
number

Native token price in USD

transaction_fee
number

Transaction fee in native token

usd_transaction_fee
number

Transaction fee in USD

gas_price
number

Gas price in native token

gas_price_gwei
number

Gas price in Gwei

effective_gas_price
number

Effective gas price

effective_gas_price_gwei
number

Effective gas price in Gwei

max_fee_per_gas
number | null

Maximum fee per gas (EIP-1559)

max_fee_per_gas_gwei
number | null
max_priority_fee_per_gas
number | null

Maximum priority fee (EIP-1559)

max_priority_fee_per_gas_gwei
number | null
gas_limit
integer

Maximum gas allowed

gas_used
integer

Actual gas used

gas_used_pct
number

Percentage of gas limit used

cumulative_gas_used
integer

Total gas used up to this transaction

input
string

Transaction input data

transaction_type
integer

Transaction type (0=legacy, 1=access list, 2=EIP-1559)

contract_address
string | null

Contract address created

status
boolean

Transaction success status

source_value
string

Raw value in wei

source_gas_price
string
source_effective_gas_price
string
source_max_fee_per_gas
string | null
source_max_priority_fee_per_gas
string | null