Get transaction by id
Endpoints
Obter transação
Consulte uma transação criada pela AFK e recupere status e hash.
GET
Get transaction by id
Retorna 404 se a transação não existir para o usuário autenticado.
Autorizações
Parâmetros de caminho
AFK transaction id.
Resposta
Transaction
AFK transaction id.
Current transaction status.
Opções disponíveis:
PENDING, SUBMITTED, CONFIRMED, FAILED Direct link to the transaction on a chain explorer. Null until a hash/signature exists.
Chain family for the transaction.
Opções disponíveis:
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.