Skip to main content

Manage Your Range Workspace Programmatically

The Range Platform API gives you full programmatic control over your workspace — manage counterparties with their crypto addresses and bank accounts, organize and monitor on-chain accounts, configure integrations, and track transaction activity across your connected accounts.

Counterparties

Create and manage vendors, customers, investors, and partners — each with associated crypto addresses, bank accounts, and documents.

Accounts

Search and update your on-chain accounts across networks, grouped and organized for operational clarity.

Account Connections

Connect and manage integrations with custodians, exchanges, and multisig providers (Utila, Kraken, Squads, Coinbase, Realms, and more).

Transactions

Query canonical transaction history across all connected accounts — transfers and trades in a unified format.

What You Can Build

Automate your accounts payable and receivable workflows. Create counterparties for each vendor, attach their crypto addresses and bank details, and upload supporting documents — all via API so your internal tools stay in sync with Range.
Pull real-time account balances, group accounts by team or purpose, and build internal dashboards showing your full treasury picture across custodians, exchanges, and self-custody wallets.
Upload KYB/KYC documents to counterparty records, track counterparty relationships over time, and maintain an auditable trail of who you transact with and why.
Connect multiple custodians and exchanges through a single API — Utila, Kraken, Coinbase, Squads, Realms, Wise, and Hyperliquid — and query all account activity in one place with a canonical transaction format.
Track Squads multisig proposals and Realms DAO governance activity. Monitor pending proposals, approval counts, and voting state for any connected multisig or governance account.

Core Capabilities

Counterparty Management

Create a structured record for every external entity you work with — vendors, customers, investors, and partners. Attach multiple crypto addresses across any network, bank account details, and supporting documents.
curl -X POST "https://api.range.org/v2/counterparties" \
  -H "X-API-KEY: your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Vercel",
    "type": "vendor",
    "website": "https://vercel.com",
    "notes": "Infrastructure hosting provider",
    "addresses": [
      {
        "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28",
        "network": "ethereum",
        "label": "payment wallet"
      }
    ]
  }'
Key Features:
  • Relationship Types: Vendor, customer, investor, partner, exchange, or other
  • Crypto Addresses: Attach up to 100 addresses across any network per counterparty
  • Bank Accounts: Store IBAN, SWIFT, routing/account numbers, and sort codes (up to 50 per counterparty)
  • Documents: Upload and manage PDF documents (up to 10 MB each)
  • Search & Filter: Find counterparties by name or relationship type with cursor-based pagination

Account Management

Search across all your workspace accounts — EOAs, multisigs, smart contracts, custodian accounts, exchanges, and bank accounts. Organize them into groups and bulk-update metadata. Account Types Supported:
  • eoa — Externally owned wallets
  • multisig — Squads, Realms, and other multisig programs
  • contract — Smart contracts with on-chain metadata
  • custodian — Utila and similar MPC custody accounts
  • exchange — Kraken, Coinbase, and Hyperliquid accounts
  • bank — Plaid-connected bank accounts and Wise

Account Connections

Connect your custodians, exchanges, and DeFi protocols directly. Each connection syncs account balances and transaction history automatically. Supported Providers:

Utila

MPC custody with service account authentication

Kraken

Exchange accounts via API key and secret

Coinbase

Coinbase accounts via key ID and private key

Safe

EVM multisig wallets across Ethereum, Arbitrum, Base, Optimism, Polygon, and BNB

Squads

Solana multisig — full proposal and member visibility

Realms

Solana DAO governance with treasury and proposal tracking

Wise

Fiat accounts via API token and profile ID

Hyperliquid

Perp exchange accounts via wallet address

Plaid

Bank accounts via Plaid Link public token

Why Use the Platform API

  1. Single Source of Truth — Keep your internal tools, ERPs, and dashboards in sync with your Range workspace without manual data entry.
  2. Audit-Ready Records — Every counterparty relationship, document, and address change is timestamped and queryable, making compliance reviews straightforward.
  3. Unified Transaction Data — Query trades and transfers across exchanges, custodians, and self-custody wallets in a single canonical format — no more stitching together provider-specific APIs.
Authentication: The Platform API uses an X-API-KEY header. Generate your key from the Range dashboard.

Next Steps

API Reference

Explore all endpoints with interactive examples and response schemas.

Get API Key

Generate your API key from the Range dashboard.

Quickstart Guide

New to Range? Start here for a guided walkthrough.

Get Support

Questions? Our team is here to help.
Last modified on June 6, 2026