cURL
curl --request GET \ --url https://api.range.org/v1/address/stats \ --header 'Authorization: Bearer <token>'
{ "address": "<string>", "network": "<string>", "earliest_tx": "<string>", "latest_tx": "<string>" }
Returns date of last and first interaction of this address with the network.
Use Authorization: Bearer
Network of Address
Address to search
Address interaction dates.
Was this page helpful?