Skip to main content
GET
Get transaction by id
인증된 사용자의 트랜잭션이 존재하지 않으면 404를 반환합니다.

인증

x-api-key
string
header
필수

경로 매개변수

id
string
필수

AFK transaction id.

응답

Transaction

id
string
필수

AFK transaction id.

status
enum<string>
필수

Current transaction status.

사용 가능한 옵션:
PENDING,
SUBMITTED,
CONFIRMED,
FAILED
explorerUrl
string | null
필수

Direct link to the transaction on a chain explorer. Null until a hash/signature exists.

chainType
enum<string>
필수

Chain family for the transaction.

사용 가능한 옵션:
ethereum,
solana
chainId
integer
필수

EVM: numeric chainId; Solana: sentinel values 0=mainnet, -2=testnet, -3=devnet

chainName
string
필수

Human-readable chain name for display (e.g., Base, Ethereum, Solana).

createdAt
string<date-time>
필수

Creation timestamp.

updatedAt
string<date-time>
필수

Last updated timestamp.

hash
string | null

On-chain transaction hash/signature when available.

to
string | null

Destination address, if applicable.

value
string | null

Native value sent in base units, if applicable.

error
string | null

Error message if the transaction failed.