cURL
curl --request GET \ --url https://api.range.org/v1/address/stats \ --header 'X-API-KEY: <api-key>'
{ "address": "<string>", "network": "<string>", "earliest_tx": "<string>", "latest_tx": "<string>" }
Returns date of last and first interaction of this address with the network.
Authorization method required to allow user to access the api endpoints.
Network of Address
Address to search
Address interaction dates.