Get transaction by id
Endpoints
Obtener transacción
Consulta una transacción creada por AFK y recupera estado y hash.
GET
Get transaction by id
Devuelve 404 si la transacción no existe para el usuario autenticado.
Autorizaciones
Parámetros de ruta
AFK transaction id.
Respuesta
Transaction
AFK transaction id.
Current transaction status.
Opciones disponibles:
PENDING, SUBMITTED, CONFIRMED, FAILED Direct link to the transaction on a chain explorer. Null until a hash/signature exists.
Chain family for the transaction.
Opciones disponibles:
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.