Skip to main content
GET
Get transaction by id
Returns 404 if transaction does not exist for authenticated user.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

AFK transaction id.

Response

Transaction

id
string
required

AFK transaction id.

status
enum<string>
required

Current transaction status.

Available options:
PENDING,
SUBMITTED,
CONFIRMED,
FAILED
explorerUrl
string | null
required

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

chainType
enum<string>
required

Chain family for the transaction.

Available options:
ethereum,
solana
chainId
integer
required

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

chainName
string
required

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

createdAt
string<date-time>
required

Creation timestamp.

updatedAt
string<date-time>
required

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.