Skip to main content
GET
Get transaction by id
Retorna 404 se a transação não existir para o usuário autenticado.

Autorizações

x-api-key
string
header
obrigatório

Parâmetros de caminho

id
string
obrigatório

AFK transaction id.

Resposta

Transaction

id
string
obrigatório

AFK transaction id.

status
enum<string>
obrigatório

Current transaction status.

Opções disponíveis:
PENDING,
SUBMITTED,
CONFIRMED,
FAILED
explorerUrl
string | null
obrigatório

Direct link to the transaction on a chain explorer. Null until a hash/signature exists.

chainType
enum<string>
obrigatório

Chain family for the transaction.

Opções disponíveis:
ethereum,
solana
chainId
integer
obrigatório

EVM: numeric chainId; Solana: sentinel values 0=mainnet, -2=testnet, -3=devnet

chainName
string
obrigatório

Human-readable chain name for display (e.g., Base, Ethereum, Solana).

createdAt
string<date-time>
obrigatório

Creation timestamp.

updatedAt
string<date-time>
obrigatório

Last updated timestamp.

hash
string | null

On-chain transaction hash/signature when available.

to
string | null

Destination address, if applicable.

value
string | null

Native value sent in base units, if applicable.

error
string | null

Error message if the transaction failed.