The Range API is a set of endpoint that allows you to fetch address information and transaction history for a given address. The API is designed to be simple and easy to use.
The Range API is a set of endpoint that allows you to fetch address information and transaction history for a given address. The API is designed to be simple and easy to use.
Based endpoint
The base endpoint for the Range API is:
https://api.range.org/v1
Authorization
The Range API uses API keys to authenticate requests. You can contact us at [email protected] to get an API key.
Add a custom header called X-API-KEY in every call you make and set the value as your API Key.
See the example below:
curl --location 'https://api.range.org/v1/address/osmo129uhlqcsvmehxgzcsdxksnsyz94dvea907e575/transactions' \
--header 'X-API-KEY: <YOUR_API_KEY>'