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.