मुख्य सामग्री पर जाएं
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.