Get transaction by id
エンドポイント
トランザクション取得
AFK が作成したトランザクションを照会し、ステータスとハッシュを取得します。
GET
Get transaction by id
Documentation Index
Fetch the complete documentation index at: https://docs.afkcrypto.com/llms.txt
Use this file to discover all available pages before exploring further.
認証ユーザーのトランザクションが存在しない場合は 404 を返します。
承認
パスパラメータ
AFK transaction id.
レスポンス
Transaction
AFK transaction id.
Current transaction status.
利用可能なオプション:
PENDING, SUBMITTED, CONFIRMED, FAILED Direct link to the transaction on a chain explorer. Null until a hash/signature exists.
Chain family for the transaction.
利用可能なオプション:
ethereum, solana EVM: numeric chainId; Solana: sentinel values 0=mainnet, -2=testnet, -3=devnet
Human-readable chain name for display (e.g., Base, Ethereum, Solana).
Creation timestamp.
Last updated timestamp.
On-chain transaction hash/signature when available.
Destination address, if applicable.
Native value sent in base units, if applicable.
Error message if the transaction failed.