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.