Get Transaction
交易
取得交易
透過 ID 擷取單一交易,包含鏈上雜湊和確認狀態。
GET
Get Transaction
擷取單一交易的完整詳情,包含鏈上雜湊、金額、代幣、費用和當前狀態。
路徑參數
唯一交易識別碼(例如
tx_xyz789)。回應
範例
Response
授權
API key authentication. Keys are prefixed with awx_.
路徑參數
The unique transaction identifier (e.g., tx_xyz789).
回應
Transaction details.
An on-chain transaction submitted through an agent's wallet.
Unique transaction identifier.
On-chain transaction hash (available after broadcast).
Agent that initiated the transaction.
Transaction direction.
可用選項:
outbound Transaction type.
可用選項:
transfer Sender address.
Recipient address.
Amount sent as a decimal string.
Token symbol (e.g., USDC, USDT, ETH).
CAIP-2 chain identifier.
Network gas fee paid.
Transaction status.
可用選項:
pending, confirmed, failed Optional memo string.
ISO 8601 creation timestamp.