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.