Skip to main content
This document outlines Autheo methods pertaining to transactions.

Get transactions

/transactions Returns transactions of the specified queries:
  • filter - Either pending or validated
  • type - The type of transaction, i.e., token_transfer, contract_call, coin_transfer or token_creation.
  • method - The method used for the transaction, i.e., approve, transfer, multicall, mint or commit.
Request
Response

Get information for a specific transaction

/transactions/{transaction_hash} Returns information for the given transaction hash. Request
Response

Get token transfers for a specific transaction

/transactions/{transaction_hash}/token-transfers Returns token transfers within a given transaction hash. Request
Response

Get internal transactions for a specific transaction

/transactions/{transaction_hash}/internal-transactions Returns internal transactions for a given transaction hash. Request
Response

Get logs for a specific transaction

/transactions/{transaction_hash}/logs Returns logs for a given transaction hash. Request
Response

Get raw traces for a specific transaction

/transactions/{transaction_hash}/raw-trace Returns raw traces from the given transaction hash. Request
Response

Get state changes for a specific transaction

/transactions/{transaction_hash}/state-changes Returns state changes for the given transaction hash. Request
Responses