Effortlessly retrieve your users’ Wallet Transaction History

hero-img

Crypto Wallet History

Vezgo provides a comprehensive solution for aggregating your users’ crypto wallet transactions across multiple exchanges, blockchains, and wallets. Whether you are looking for Binance transaction history, Coinbase wallet transaction or metamask transaction history, The Vezgo API allows you to easily retrieve transaction data, monitor user activity, and gain valuable insights.

Ready to watch Vezgo in action?

Book a Demo

Features

  • aggregation

    Transaction Aggregation

    Easily retrieve your users' transaction data from exchanges, blockchains, and wallets, ensuring accurate and up-to-date information.

  • categorization

    Transaction Categorization

    Automatically categorize your users' transactions based on type, such as deposits, withdrawals, and trades, making it easy to track their investment strategies.

  • data-refresh

    Flexible Data Refresh

    Empower your users to update their transaction data on-demand, ensuring they have access to the latest information at their convenience.

  • transaction-analytics

    Enable Transaction Analytics

    Gain valuable insights into your users' transaction behavior and investment habits, including volume, frequency, and transaction history. Use this information to optimize your platform and improve user experience.

shortcut-to-developers

Transaction data

Use GET /accounts/:account_id/transactions endpoint to get account transactions

  • Transaction Type

    The transaction type (deposit, withdrawal, trade, other).

  • wallet

  • misc

  • parts

  • fees

  1. {
  2.     id: "603522490d2b02001233a5d6",
  3.     resource_type: "transaction",
  4.     status: null,
  5.     transaction_type: "deposit",
  6.     fiat_calculated_at: 1630412605283,
  7.     initiated_at: 1630412605283,
  8.     confirmed_at: 1630412605283,
  9.     wallet: "bitcoin:cash:usd",
  10.     account: "603522490d2b02001233a5d7",
  11.     misc: {
  12.       origin_id: "original_id_or_hash",
  13.     },
  14.     parts: [
  15.       {
  16.         direction: "received",
  17.         ticker: "BTC",
  18.         provider_ticker: "BTC",
  19.         amount: "1.20210831",
  20.         asset_is_verified: null,
  21.         fiat_ticker: "USD",
  22.         fiat_value: "1234567.8",
  23.         fiat_asset_is_verified: null,
  24.         from_address: "bc1qmvumgzaa5j8n98vfhyq0chszpqv5qksmusug0x",
  25.         to_address: "bc1qlywq7u5xngqwsahe04wl9s35m6eqanzfeeqawc",
  26.         other_parties: ["bc1qmvumgzaa5j8n98vfhyq0chszpqv5qksmusug0x"],
  27.       },
  28.     ],
  29.     fees: [
  30.       {
  31.         type: null,
  32.         ticker: "USD",
  33.         provider_ticker: "USD",
  34.         amount: "0.5",
  35.         asset_is_verified: null,
  36.         fiat_ticker: null,
  37.         fiat_value: null,
  38.         fiat_asset_is_verified: null,
  39.         resource_type: "transaction_fee",
  40.       },
  41.     ],
  42.   }
  • 1.icon key

    Sign up and get your
    FREE API Keys

  • 2.icon app

    Drop the widget into your
    App & Play with the API

  • 3.icon lock

    Unlock full access, private Slack
    channel & dedicated advice

You have questions? Let’s talk, email us at hello@vezgo.com