Skip to main content
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.