This document outlines the various endpoints available through the Autheo REST API. More information can be found at the API Documentation Page on the Autheo block explorer.Address methodsDetails for address methods can be found on the  ...
This document outlines Autheo methods pertaining to addresses.Get all addresses/addressesReturns a list of native coin holders.Requestcurl -X 'GET' \ 'https://devnet-explorer.autheo.com/api/v2/addresses' \ -H 'accept: application/json'Response{ ...
This document outlines Autheo methods pertaining to blocks.Get all blocks/blocksReturns all blocks of the given type.Requestcurl -X 'GET' \ 'https://devnet-explorer.autheo.com/api/v2/blocks' \ -H 'accept: application/json'Response{ "items": [ ...
This document outlines Autheo methods pertaining to main-page.Get all main page transactions/main-page/transactionsReturn main page transactions.Requestcurl -X 'GET' \ 'https://devnet-explorer.autheo.com/api/v2/main-page/transactions' \ -H 'acc ...
This document outlines Autheo methods pertaining to smart-contracts.Get all verified smart contracts/smart-contractsReturns a list of all verified smart contracts that match a given search query and filter type (Vyper/Solidity/Yul).Requestcurl -X 'GET' \ ...
This document outlines Autheo methods pertaining to tokens.Get all tokens/tokensReturns a list of all tokens that match a given string query or of a certain type (ERC-20/721/1155).Requestcurl -X 'GET' \ 'https://devnet-explorer.autheo.com/api/v2/tokens ...
This document outlines Autheo methods pertaining to transactions.Get transactions/transactionsReturns transactions of the specified queries:filter - Either pending or validatedtype - The type of transaction, i.e., token_transfer, contr ...