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 Methods Details for address methods can be found on the& ...
This document outlines Autheo methods pertaining to addresses. /addresses Returns a list of native coin holders. Request curl -X 'GET' \ 'https://devnet-explorer.autheo.com/api/v2/addresses' \ -H 'accept: application/json' Result { "it ...
This document outlines Autheo methods pertaining to blocks. /blocks Returns all blocks of the given type. Request curl -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. /main-page/transactions Return main page transactions. Request curl -X 'GET' \ 'https://devnet-explorer.autheo.com/api/v2/main-page/transactions' \ -H 'accept: application/json' ...
This document outlines Autheo methods pertaining to smart-contracts. /smart-contracts Returns a list of all verified smart contracts that match a given search query and filter type (Vyper/Solidity/Yul). Request curl -X 'GET' \ 'https://devnet-explo ...
This document outlines Autheo methods pertaining to tokens. /tokens Returns a list of all tokens that match a given string query or of a certain type (ERC-20/721/1155) Request curl -X 'GET' \ 'https://devnet-explorer.autheo.com/api/v2/tokens?q=USDT ...
This document outlines Autheo methods pertaining to transactions. /transactions Returns transactions of the specified queries: filter - Either pending or validated type - The type of transaction, i.e., token_transfer, contr ...