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

Get all addresses

/addresses Returns a list of native coin holders. Request
Response

Get specific address

/addresses/{address_hash} Returns info for the given address hash. Request
Response

Get counters for a specific address

/addresses/{address_hash}/counters Returns any counters for the given address. Request
Response

Get transactions for a specific address

/addresses/{address_hash}/transactions Returns transactions involving this address. Request
Response

Get all token transfers for a specific address

/address/{address_hash}/token-transfers Returns all token transfers involving this address. Request
Response

Get all internal transactions for a specific address

/addresses/{address_hash}/internal-transactions Returns the requested address’ internal transactions. Request
Response