Introduction

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 Risk and Compliance API provides powerful tools to analyze blockchain addresses and transactions for risk, compliance, and security purposes. With simple, well-structured endpoints, you can:

  • Retrieve detailed address information, including entity attribution and risk score
  • Access complete transaction history for a given address
  • Identify potential fraud, sanctions exposure, or illicit activity patterns

The API is designed to be developer-friendly, ensuring fast integration into your compliance workflows, monitoring systems, or analytics dashboards. Whether you’re a fintech company, payment processor, or blockchain infrastructure provider, the Range API delivers the intelligence you need to make informed, compliant decisions in real time.

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>'