Skip to main content
GET
Get Transaction
オンチェーンハッシュ、金額、トークン、手数料、現在のステータスを含む単一のトランザクションの完全な詳細を取得します。

パスパラメータ

string
必須
一意のトランザクション識別子(例:tx_xyz789)。

レスポンス

Response

承認

X-API-Key
string
header
必須

API key authentication. Keys are prefixed with awx_.

パスパラメータ

id
string
必須

The unique transaction identifier (e.g., tx_xyz789).

レスポンス

Transaction details.

An on-chain transaction submitted through an agent's wallet.

id
string

Unique transaction identifier.

hash
string

On-chain transaction hash (available after broadcast).

agent_id
string

Agent that initiated the transaction.

direction
enum<string>

Transaction direction.

利用可能なオプション:
outbound
type
enum<string>

Transaction type.

利用可能なオプション:
transfer
from_address
string

Sender address.

to_address
string

Recipient address.

amount
string

Amount sent as a decimal string.

token
string

Token symbol (e.g., USDC, USDT, ETH).

chain
string

CAIP-2 chain identifier.

fee
string

Network gas fee paid.

status
enum<string>

Transaction status.

利用可能なオプション:
pending,
confirmed,
failed
memo
string

Optional memo string.

created_at
string<date-time>

ISO 8601 creation timestamp.