# Range Docs > Range delivers enterprise-grade risk, compliance, and intelligence for stablecoins and digital assets to power the future of finance. ## Docs - [Range AI](https://docs.range.org/ai/introduction.md): Connect your AI assistant to blockchain intelligence tools spanning every ecosystem. - [Investigation Playbook](https://docs.range.org/ai/investigation-playbook.md): How to investigate a suspicious blockchain wallet from first look to final report using Range AI tools. - [AI Quickstart](https://docs.range.org/ai/quickstart.md): Connect Claude, Cursor, or any MCP-compatible AI client to Range in under 5 minutes. - [MCP Tools Reference](https://docs.range.org/ai/tools-reference.md): All 21 tools available in the Range MCP server, organized by category. - [Create a Plaid Link token](https://docs.range.org/api-reference/account-connections/create-a-plaid-link-token.md): Returns a short-lived link_token the client passes to Plaid Link. After the user completes the flow, POST /account-connections with the returned public_token. - [Create account connection](https://docs.range.org/api-reference/account-connections/create-account-connection.md): Stores connection credentials for later use in preview and sync. - [Delete account connection](https://docs.range.org/api-reference/account-connections/delete-account-connection.md): Deletes an account connection by id for the caller workspace. - [List account connections](https://docs.range.org/api-reference/account-connections/list-account-connections.md): Returns the list of account connections for the caller workspace. - [Preview account-connection data](https://docs.range.org/api-reference/account-connections/preview-account-connection-data.md): Fetches connection accounts by id. - [Test account-connection status](https://docs.range.org/api-reference/account-connections/test-account-connection-status.md): Returns the connection status for a specific account connection. - [Add or remove accounts](https://docs.range.org/api-reference/accounts/add-or-remove-accounts.md): Batch add or remove accounts for the caller workspace. Each operation specifies an action ("add" or "remove"), and an account - [Get account by address](https://docs.range.org/api-reference/accounts/get-account-by-address.md): Returns a single account matching the given address for the caller workspace. - [List accounts](https://docs.range.org/api-reference/accounts/list-accounts.md): Returns the list of accounts for the caller workspace. - [Get Address Counterparties](https://docs.range.org/api-reference/address-information/get-address-counterparties.md): Returns a list of addresses that the specified address has interacted with. - [Get Address Funding Details](https://docs.range.org/api-reference/address-information/get-address-funding-details.md): Returns funding details of this address with the network. - [Get Address Information](https://docs.range.org/api-reference/address-information/get-address-information.md): Returns information about the specified address, including the network and labels associated with it. - [Get Address Information](https://docs.range.org/api-reference/address-information/get-address-information-1.md): Returns information about the specified address, including the network and labels associated with it. - [Get Address Payments](https://docs.range.org/api-reference/address-information/get-address-payments.md): Returns a list of transactions associated with the specified address. - [Get Address Statistics](https://docs.range.org/api-reference/address-information/get-address-statistics.md): Returns date of last and first interaction of this address with the network. - [Get Address Transactions](https://docs.range.org/api-reference/address-information/get-address-transactions.md): Returns a list of transactions associated with the specified address. - [Get Balances for Address List](https://docs.range.org/api-reference/address-information/get-balances-for-address-list.md): Returns current balances for all addresses in a stored list. Each address entry includes all native and token balances. - [Get Current Token Balances of an Address](https://docs.range.org/api-reference/address-information/get-current-token-balances-of-an-address.md): Returns a list of token balances of given address. - [Get Current Token Balances of an Address](https://docs.range.org/api-reference/address-information/get-current-token-balances-of-an-address-1.md): Returns a list of token balances of given address. - [Get Payment](https://docs.range.org/api-reference/address-information/get-payment.md): Returns a payment transaction associated with the specified hash. - [Get Transaction Counts for the specified addresses](https://docs.range.org/api-reference/address-information/get-transaction-counts-for-the-specified-addresses.md): Returns a list of transaction counts aggregated by day. - [Get Transaction Details](https://docs.range.org/api-reference/address-information/get-transaction-details.md): Returns details of a transactions associated with the specified hash. - [Get Transactions Count](https://docs.range.org/api-reference/address-information/get-transactions-count.md): Returns a list of counts of transactions associated with the specified address. - [Search Address Details](https://docs.range.org/api-reference/address-information/search-address-details.md): Returns a list of addresses that match the specified search term. - [Search Address Labels](https://docs.range.org/api-reference/address-information/search-address-labels.md): Returns a list of addresses that match the specified search term. - [Store Address List](https://docs.range.org/api-reference/address-information/store-address-list.md): Caches a list of addresses and returns a stable SHA-256 hash that identifies the list. - [Get transaction by ID](https://docs.range.org/api-reference/blockchain-transactions/get-transaction-by-id.md): Returns a transaction that matches the specified ID. - [Get transaction by network and hash](https://docs.range.org/api-reference/blockchain-transactions/get-transaction-by-network-and-hash.md): Returns a transaction with full source data that matches the specified network and hash. - [Get transactions list](https://docs.range.org/api-reference/blockchain-transactions/get-transactions-list.md): Returns a list of transactions that match the specified search term. - [Get Address Counterparties](https://docs.range.org/api-reference/connections-information/get-address-counterparties.md): Returns a list of addresses that the specified address has interacted with. - [Get transfers between two addresses](https://docs.range.org/api-reference/connections-information/get-transfers-between-two-addresses.md): Returns a list of transfers between two specified addresses on their respective networks. - [Search Entity Details](https://docs.range.org/api-reference/entity-information/search-entity-details.md): Returns a list of entities that match the specified search term. - [Create a new custom group](https://docs.range.org/api-reference/groups/create-a-new-custom-group.md) - [Delete a custom group (associations removed, addresses kept)](https://docs.range.org/api-reference/groups/delete-a-custom-group-associations-removed-addresses-kept.md) - [List all groups for a workspace (including system groups)](https://docs.range.org/api-reference/groups/list-all-groups-for-a-workspace-including-system-groups.md) - [Rename a custom group](https://docs.range.org/api-reference/groups/rename-a-custom-group.md) - [Get Active Accounts within time range](https://docs.range.org/api-reference/network-information/get-active-accounts-within-time-range.md): Returns total active accounts for network within time range. - [Get Address Balances for a given network](https://docs.range.org/api-reference/network-information/get-address-balances-for-a-given-network.md): Returns addresses with maximum balances in the network - [Get Address Balances for a given network](https://docs.range.org/api-reference/network-information/get-address-balances-for-a-given-network-1.md): Returns addresses with maximum balances in the network - [Get Aggregated Payment field grouped by address](https://docs.range.org/api-reference/network-information/get-aggregated-payment-field-grouped-by-address.md): Returns addresses with maximum aggregated field value in the network - [Get all payments by network](https://docs.range.org/api-reference/network-information/get-all-payments-by-network.md): Returns a list of payments for the specified network. Supports both traditional pagination and scroll API for large datasets. - [Get all transactions by network](https://docs.range.org/api-reference/network-information/get-all-transactions-by-network.md): Returns a list of transactions for the specified network. Supports both traditional pagination and scroll API for large datasets. - [Get Balance Changes Day wise By Network](https://docs.range.org/api-reference/network-information/get-balance-changes-day-wise-by-network.md): Returns a list of balance changes associated with the specified address. - [Get msg types in a network](https://docs.range.org/api-reference/network-information/get-msg-types-in-a-network.md): Returns a list of msg types associated with the transactions of a network. - [Get Net Flow Day wise By Protocol](https://docs.range.org/api-reference/network-information/get-net-flow-day-wise-by-protocol.md): Returns a list net flow amounts associated with the specified protocol. - [Get network volume aggregated by interval](https://docs.range.org/api-reference/network-information/get-network-volume-aggregated-by-interval.md): Returns a list of aggregated volumes for each network. - [Get network volume within time range](https://docs.range.org/api-reference/network-information/get-network-volume-within-time-range.md): Returns a aggregated volume for network within time range. - [Get payments for a transaction](https://docs.range.org/api-reference/network-information/get-payments-for-a-transaction.md): Returns a list of payments associated with the specified transaction. - [Get Search Results](https://docs.range.org/api-reference/network-information/get-search-results.md): Retrieves a list of transactions along with their metadata that correspond to the specified search string. - [Get Transaction Count by address](https://docs.range.org/api-reference/network-information/get-transaction-count-by-address.md): Returns a transaction count for given time range and network grouped by address. - [Get Transaction Count by time range](https://docs.range.org/api-reference/network-information/get-transaction-count-by-time-range.md): Returns a transaction count for given time range and network. - [Get Transaction Counts](https://docs.range.org/api-reference/network-information/get-transaction-counts.md): Returns a list of transaction counts for each specified interval across all requested networks. - [Get Whale Moves](https://docs.range.org/api-reference/network-information/get-whale-moves.md): Returns addresses with maximum transfer volumes in the network - [List networks](https://docs.range.org/api-reference/networks/list-networks.md): Returns an array of all blockchain networks supported by the Faraday API. - [Create a person](https://docs.range.org/api-reference/persons/create-a-person.md): Creates a new IVMS101-compliant person entity. - [Delete a person](https://docs.range.org/api-reference/persons/delete-a-person.md): Deletes the IVMS101-compliant person entity corresponding to the given UUID. Returns 204 if the deletion is successful, or 404 if the person does not exist. - [Get a person](https://docs.range.org/api-reference/persons/get-a-person.md): Fetches a full IVMS101 person entity by its unique identifier. Returns 404 if the person is not found. - [Get a person by blockchain address](https://docs.range.org/api-reference/persons/get-a-person-by-blockchain-address.md): Retrieves the IVMS101-compliant person entity linked to the given blockchain address. This may include Ethereum, Solana, Cosmos, or other supported address formats. - [List persons](https://docs.range.org/api-reference/persons/list-persons.md): Retrieves a list of all registered IVMS101-compliant natural and legal person entities, including all associated identity fields and metadata. - [Update a person](https://docs.range.org/api-reference/persons/update-a-person.md): Fully replaces an IVMS101-compliant person entity by ID. The provided payload must be complete and include all fields for either a natural or legal person. - [Get protocol statistics for a given time range](https://docs.range.org/api-reference/protocols/get-protocol-statistics-for-a-given-time-range.md) - [List providers](https://docs.range.org/api-reference/providers/list-providers.md): Returns a list of quote providers supported by Faraday. - [Get mint and burn events for a token](https://docs.range.org/api-reference/token-information/get-mint-and-burn-events-for-a-token.md): Returns mint and burn Transfer events for a token. For EVM networks these are Transfer events from/to the zero address. For Solana these are mintTo/burn SPL-token instructions. - [Get token summary](https://docs.range.org/api-reference/token-information/get-token-summary.md): Returns the latest token summary (supply, holders, etc.) from Elasticsearch for a given token and chain. - [Get top holders for a token](https://docs.range.org/api-reference/token-information/get-top-holders-for-a-token.md): Returns top holders ordered by balance from the token-holders index. Only considers the latest snapshot (nonce=1). - [Get total supply for a token](https://docs.range.org/api-reference/token-information/get-total-supply-for-a-token.md): Returns the total supply of a token on the specified network. Supports Solana (SPL mint address) and EVM-compatible networks (ERC-20 contract address). - [Get token transfer by ID](https://docs.range.org/api-reference/token-transfers/get-token-transfer-by-id.md): Returns a token transfer that matches the specified ID. - [Get token transfers](https://docs.range.org/api-reference/token-transfers/get-token-transfers.md): Returns a list of token transfers that match the specified search term. - [Get top assets](https://docs.range.org/api-reference/token-transfers/get-top-assets.md): Returns the top 1000 assets by transfer count over the last 7 days. - [Get top sender and receiver networks](https://docs.range.org/api-reference/token-transfers/get-top-sender-and-receiver-networks.md): Returns the top 1000 sender networks and top 1000 receiver networks for interchain transfers matching the given filters. - [List tokens](https://docs.range.org/api-reference/tokens/list-tokens.md): Returns a list of tokens supported by Faraday. - [List tokens for a network](https://docs.range.org/api-reference/tokens/list-tokens-for-a-network.md): Returns a list of tokens supported by Faraday filtered by Network. - [Create a transaction](https://docs.range.org/api-reference/transactions/create-a-transaction.md): Submits a signed transaction for broadcast. - [Get a quote](https://docs.range.org/api-reference/transactions/get-a-quote.md): Retrieves a best price quote from multiple quote providers: - [Get a transaction](https://docs.range.org/api-reference/transactions/get-a-transaction.md): Retrieves a single processed transaction by its unique transaction hash. - [Get quotes](https://docs.range.org/api-reference/transactions/get-quotes.md): Retrieves all available quotes from from quote providers - [List transactions](https://docs.range.org/api-reference/transactions/list-transactions.md): Returns a list of processed transactions with associated sender and recipient IVMS101 records, if available. - [Track transaction status](https://docs.range.org/api-reference/transactions/track-transaction-status.md): Returns the status of a transaction by hash. - [Getting Started](https://docs.range.org/data-api/api-reference-introduction.md): Make your first API call in under 5 minutes. Query blockchain data across 18+ networks with simple REST endpoints. - [Authentication](https://docs.range.org/data-api/authentication.md): Secure your API requests with Authorization header authentication. - [Data API](https://docs.range.org/data-api/data-introduction.md): Enterprise-grade blockchain intelligence with unified access to addresses, networks, protocols, and stablecoin analytics across 18+ chains. - [Faraday API Reference](https://docs.range.org/faraday-api/api-introduction.md): Complete API documentation for stablecoin transfers, compliance, and transaction monitoring - [Technical Architecture](https://docs.range.org/faraday-api/architecture/architecture.md): Understand how Faraday routes, validates, and executes stablecoin transfers across chains - [Frequently Asked Questions](https://docs.range.org/faraday-api/architecture/faq.md): Common questions about Faraday's features, pricing, and integration - [Compliance Record Keeping](https://docs.range.org/faraday-api/integration/compliance-record-keeping.md): How to store interVASP sender and beneficiary records using Faraday - [Getting a Quote](https://docs.range.org/faraday-api/integration/getting-a-quote.md): How to get quotes for a Faraday stablecoin transfer - [Integrating with Faraday](https://docs.range.org/faraday-api/integration/index.md) - [Test Environment Setup](https://docs.range.org/faraday-api/integration/setup.md): Everything you need to test out Faraday - [Testing a Solana Transaction](https://docs.range.org/faraday-api/integration/testing-a-solana-transaction.md) - [Testing an EVM Transaction](https://docs.range.org/faraday-api/integration/testing-an-evm-transaction.md) - [Faraday API](https://docs.range.org/faraday-api/introduction.md): Enterprise stablecoin infrastructure with built-in routing, compliance, and risk management for safe cross-chain transfers. - [Insured Transfers](https://docs.range.org/faraday-api/product-info/insured-transfers.md): Premium coverage for Faraday-created transactions. - [Supported Networks](https://docs.range.org/faraday-api/product-info/supported-networks.md): Networks supported by Faraday - [Supported Quote Providers](https://docs.range.org/faraday-api/product-info/supported-providers.md): Quote providers supported by Faraday - [Supported Tokens](https://docs.range.org/faraday-api/product-info/supported-tokens.md): Tokens supported by Faraday - [Network Integrations](https://docs.range.org/integrations/explorer-network-integrations.md): Get your chain or asset supported in Range Ecosystem Explorer. - [Stablecoin Explorer Integrations](https://docs.range.org/integrations/stablecoin-explorer-integrations.md): Integrate unified stablecoin tracking into your wallet or application. - [Welcome to Range](https://docs.range.org/introduction/about-range.md): Enterprise-grade risk, compliance, and intelligence for digital assets. Trusted by industry leaders managing $35B+ in crypto. - [Getting Started](https://docs.range.org/introduction/getting-started.md): Set up your Range account and generate your API key in under 60 seconds. - [API Quickstart](https://docs.range.org/introduction/quickstart.md): Make your first API call to Range in under 2 minutes. - [Bug Bounty](https://docs.range.org/resources/bug-bounty.md): Report security vulnerabilities in Range products and earn rewards for verified findings. - [Changelog](https://docs.range.org/resources/changelog.md): API changes and updates to Range Data API and Risk API. - [Glossary](https://docs.range.org/resources/glossary.md): A comprehensive reference for key terms used throughout Range documentation and the blockchain ecosystem. - [SDKs & Libraries](https://docs.range.org/resources/sdks.md): Official SDKs, code libraries, and tools to accelerate your Range integration. - [Support & Community](https://docs.range.org/resources/support.md): Get help, connect with other developers, and access Range support resources. - [Building a Compliance Screening Pipeline](https://docs.range.org/risk-api/guides/compliance-screening-pipeline.md): Combine multiple Risk API endpoints to build an automated AML/KYC compliance workflow for blockchain transactions. - [Onchain Risk Verifier](https://docs.range.org/risk-api/guides/onchain-risk-verifier.md): Verify wallet and counterparty risk directly inside Solana programs using Range's Risk API and Switchboard On-Demand Oracles. - [Payment Scam Prevention](https://docs.range.org/risk-api/guides/payment-scam-prevention.md): Use Payment Risk Assessment to detect and prevent common crypto payment scams including address poisoning, new wallet fraud, and social engineering. - [Privacy Protocol Screening](https://docs.range.org/risk-api/guides/privacy-protocol-screening.md): Screen wallets before deposits to prevent tainted funds from entering your privacy protocol on Solana. - [SigVerify Onchain Attestation](https://docs.range.org/risk-api/guides/sigverify-onchain-attestation.md): Verify wallet risk directly inside Solana programs using backend-signed Ed25519 attestations — no oracles required. - [Token Due Diligence](https://docs.range.org/risk-api/guides/token-due-diligence.md): Evaluate token safety before listing, trading, or integrating using Token Risk Assessment and Address Risk Score. - [Transaction Simulation Guide](https://docs.range.org/risk-api/guides/transaction-simulation.md): Validate Solana transactions before broadcasting using the Transaction Simulator for pre-flight checks, debugging, and risk assessment. - [Wallet & dApp Integration](https://docs.range.org/risk-api/guides/wallet-dapp-integration.md): Add real-time risk protection to Solana wallets and dApps with address screening and transaction simulation. - [Rate Limits & Plans](https://docs.range.org/risk-api/product-info/rate-limits.md): API rate limits, usage tiers, and plan options for the Risk API. - [Risk Data Sources](https://docs.range.org/risk-api/product-info/risk-data-sources.md): Data sources and intelligence feeds that power Risk API scoring, including sanctions lists, blacklists, threat intelligence, and ML models. - [Supported Chains](https://docs.range.org/risk-api/product-info/supported-chains.md): Blockchain networks supported by each Risk API endpoint. - [Supported Tokens](https://docs.range.org/risk-api/product-info/supported-tokens.md): Token coverage for risk assessment and blacklist monitoring across the Risk API. - [Test Addresses](https://docs.range.org/risk-api/product-info/test-addresses.md): Test addresses and example inputs for verifying your Risk API integration across all endpoints. - [Understanding Risk Scores](https://docs.range.org/risk-api/product-info/understanding-risk-scores.md): How Range assesses risk across addresses, tokens, payments, and sanctions - methodology, scoring scales, and interpretation guidance. - [Risk API Quick Start](https://docs.range.org/risk-api/quickstart.md): Make your first Risk API calls and learn how to interpret the responses. - [Risk API](https://docs.range.org/risk-api/risk-introduction.md): Comprehensive risk scoring and threat detection for blockchain addresses, transactions, tokens, and smart contracts. - [Score a Single Address](https://docs.range.org/risk-api/risk-v2/get-address-risk.md): Returns a risk assessment with tier, triggered exposure signals, and detected behaviours. - [Score Multiple Addresses](https://docs.range.org/risk-api/risk-v2/get-address-risk-batch.md): Score up to 50 addresses in a single request. All addresses must be on the same network. - [Get Risk Configuration](https://docs.range.org/risk-api/risk-v2/get-config.md): Returns the workspace risk configuration including exposure signals, behaviours, tier thresholds, and defaults. - [Fetch Assessment Evidence](https://docs.range.org/risk-api/risk-v2/get-evidence.md): Fetch full evidence for a previous risk assessment using its screen ID. - [List Signals & Behaviours](https://docs.range.org/risk-api/risk-v2/get-signals.md): Returns the full catalogue of available exposure signals and behaviour detectors with default severities, weights, and supported modes. - [List Solana Counterparties](https://docs.range.org/risk-api/risk-v2/get-solana-counterparties.md): Returns the most-recent owner wallets an address has transferred with, plus per-asset received/sent totals. - [Update Risk Configuration](https://docs.range.org/risk-api/risk-v2/put-config.md): Partially update the workspace risk configuration. Only include fields to change. - [Address Risk Score](https://docs.range.org/risk-api/risk/get-address-risk-score.md): Returns the risk score for a specific blockchain address based on network proximity analysis, machine learning, and behavioral pattern recognition. - [Payment Risk Assessment](https://docs.range.org/risk-api/risk/get-payment-risk-assessment.md): End-to-end risk assessment for payments across and within chains, powered by advanced heuristic rules and machine-learning analysis. - [Sanctions and Blacklist Check](https://docs.range.org/risk-api/risk/get-sanctions-blacklist-check.md): Check if a blockchain address is blacklisted by stablecoin issuers or listed on OFAC sanctions list. - [Smart Contract Risk (Solana)](https://docs.range.org/risk-api/risk/get-smart-contract-risk.md): Risk assessment for smart contracts on the Solana blockchain. - [Token Risk Assessment](https://docs.range.org/risk-api/risk/get-token-risk-assessment.md): Comprehensive risk assessment for Solana tokens using advanced heuristic analysis. - [Transaction Risk Score](https://docs.range.org/risk-api/risk/get-transaction-risk-score.md): Returns the risk score associated with a specified blockchain transaction. - [Simulate Cosmos Transaction](https://docs.range.org/risk-api/simulator/simulate-cosmos-transaction.md): Simulate a Cosmos-based transaction to analyze effects and risks before broadcasting. - [Simulate Solana Transaction](https://docs.range.org/risk-api/simulator/simulate-solana-transaction.md): Simulate a Solana transaction to get the address balance changes, state updates, and associated risk analysis. - [Simulate Solana transactions](https://docs.range.org/risk-api/simulator/simulate-solana-transactions.md): Simulate multiple Solana transactions in a single request to get balance changes, state updates, and risk analysis for each. ## OpenAPI Specs - [risk-api](https://docs.range.org/api-reference/risk-api.json) - [data-api](https://docs.range.org/api-reference/data-api.json) - [faraday-api](https://docs.range.org/api-reference/faraday-api.json)