跳转到主要内容
GET
Get transaction by id
如交易不属于已认证用户,返回 404。

授权

x-api-key
string
header
必填

路径参数

id
string
必填

AFK transaction id.

响应

Transaction

id
string
必填

AFK transaction id.

status
enum<string>
必填

Current transaction status.

可用选项:
PENDING,
SUBMITTED,
CONFIRMED,
FAILED
explorerUrl
string | null
必填

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

chainType
enum<string>
必填

Chain family for the transaction.

可用选项:
ethereum,
solana
chainId
integer
必填

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

chainName
string
必填

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

createdAt
string<date-time>
必填

Creation timestamp.

updatedAt
string<date-time>
必填

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.