Get transaction by id
Endpoints
Get Transaction
Look up a transaction created by AFK and retrieve status and hash.
GET
Get transaction by id
Returns 404 if transaction does not exist for authenticated user.
Authorizations
Path Parameters
AFK transaction id.
Response
Transaction
AFK transaction id.
Current transaction status.
Available options:
PENDING, SUBMITTED, CONFIRMED, FAILED Direct link to the transaction on a chain explorer. Null until a hash/signature exists.
Chain family for the transaction.
Available options:
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.