Ospree docs
API ReferenceWebsiteSocials
  • GETTING STARTED
    • Intro to Ospree
      • What is the Travel Rule?
      • Types of Travel Rule transfers
      • What is a wallet address?
      • What is an Account at Ospree?
      • What is a VASP or CASP?
    • Account
      • Understand user roles
      • Add and manage users
      • Change your password
      • Set up two-factor authentication (2FA)
      • Log in with 2FA-enabled
  • DASHBOARD
    • Overview
    • Travel Rule
      • Start a transfer
      • Search and filter transfers
      • Interoperability
      • Self-hosted wallets
    • Accounts Directory
      • Create an account
      • Edit an account
      • Create a recipient
      • Edit a recipient
      • Add a new wallet
      • VASPs
        • Search and filter
        • Request a VASP
  • OSPREE API
    • Overview
    • API integration flows
    • Authentication
    • Breaking Changes
    • Errors
    • Token Identifier
    • Webhooks
      • Webhook events
      • Webhook request
      • Webhook management
    • Travel Rule
      • Create Transfer
      • List Transfers
      • Retrieve Transfer
      • Update Transfer
      • Action Transfer
    • Accounts Directory
      • Create Account
      • List Accounts
      • Retrieve Account
      • Update Account
      • Remove account
      • Search account
      • Retrieve VASP
      • Search VASP
      • List VASPs
    • Blockchain Analytics
      • Create Address
      • List Addresses
      • Retrieve Address
      • Assign an address to account
      • Create Transaction (Beta)
      • List Transactions (Beta)
      • Retrieve Transaction (Beta)
  • Resources and Help
    • Data pre-validation
    • Sunrise Issue
Powered by GitBook
On this page
  1. OSPREE API

Blockchain Analytics

Last updated 2 months ago

To use these endpoints, specify the blockchain from the list below. This API version supports the following blockchains: bitcoin, ethereum, litecoin, bitcoin-cash, doge, solana, xdc, ripple, stellar, algorand, polygon, polkadot, tezos, near, avalanche, and optimism.

The Blockchain Analytics Module screens addresses for financial and risk information. Financial details include balances and asset specifics. Risk information includes risk scores and attributes for address and transaction assessments. This module can be used with others for transaction flow analysis or customer reference verification, enabling activity history viewing or business activity retrieval. Typically, results are provided within 60 seconds depending on your activation plan

  • POST /api/v2/analytics/chains/{chain}/addresses/{address}

  • GET /api/v2/analytics/chains/{chain}/addresses/{address}

  • GET /api/v2/analytics/chains/{chain}/addresses

  • PUT /api/v2/analytics/chains/{chain}/addresses/{address}/assign

  • POST /api/v2/analytics/chains/{chain}/transactions/{transaction}

  • GET /api/v2/analytics/chains/{chain}/transactions/{transaction}

  • GET api/v2/analytics/chains/{chain}/transactions

Create an address
Retrieve an address
List all addresses
Assign an address to account
Screen a transaction
Retrieve a transaction
List all transactions