Aggregate your Users’ Crypto Accounts Balances

hero-img

Get Wallet Balances

Vezgo is designed to simplify the process of retrieving position and balance data in native and fiat values. The API provides a seamless way to retrieve balance information from your users’ crypto accounts across multiple centralized exchanges (CEXes), blockchains, and wallets.

Ready to watch Vezgo in action?

Book a Demo

Features

  • wallet

    Account Balances

    Easily retrieve your users' account balances from the most popular centralized exchanges (CEXes), blockchains, and wallets. Vezgo API can provide daily and real-time updates so your users always have the most accurate information.

  • conversion

    Fiat Value Conversion

    Obtain the fiat value of your users' crypto holdings. The wide range of fiat currencies, ensuring that you can provide localized and relevant information to users all around the world.

  • real-time

    Daily & Real-Time Balance Updates

    Retrieve your users' transaction history from popular exchanges, blockchains, and wallets through a single API. Our API provides detailed information on every supported transaction.

  • history

    Historical Balance Data

    Access historical balance data for your users from the day they connect their account, so you can monitor their long-term investment performance and provide valuable insights.

shortcut-to-developers

Account & balances data

Use GET /account/:account_id endpoint to get account & balances data

  • amount

    Total fiat value of the account (string representation of a number).

  • status

  • provider

  • wallets

  • balances

  1. {
  2.     id: "603522490d2b02001233a5d6",
  3.     resource_type: "account",
  4.     blockchain: null,
  5.     created_at: 1630412605283,
  6.     updated_at: 1630412605283,
  7.     fiat_value: "4321.98",
  8.     fiat_ticker: "USD",
  9.     status: "ok",
  10.     status_details: {
  11.       date: "2022-07-14T12:51:29.370Z",
  12.       wallets: "ok",
  13.       balances: "ok",
  14.       transactions: "ok",
  15.     },
  16.     provider: {
  17.       name: "bitcoin",
  18.       display_name: "Bitcoin",
  19.       logo: "https://app.wealthica.com/images/institutions/bitcoin.png",
  20.       type: "wallet",
  21.       scopes: [],
  22.       resource_type: "provider",
  23.     },
  24.     wallets: [
  25.       {
  26.         id: "bitcoin:cash:usd",
  27.         name: "Bitcoin",
  28.         address: "n2nL15YewGVfmteA1ptLbeimKjQPRamU8y",
  29.         fiat_ticker: "USD",
  30.         fiat_value: "2021.08",
  31.       },
  32.     ],
  33.     balances: [
  34.       {
  35.         ticker: "BTC",
  36.         provider_ticker: "BTC",
  37.         name: "Bitcoin",
  38.         asset_is_verified: null,
  39.         asset_type: null,
  40.         amount: "0.20210831",
  41.         decimals: 8,
  42.         fiat_value: "2021.08",
  43.         fiat_ticker: "USD",
  44.         fiat_asset_is_verified: null,
  45.         logo: "https://data.wealthica.com/api/securities/CRYPTO:BTC/logo",
  46.         updated_at: 1630412605283,
  47.         wallet: "bitcoin:cash:usd",
  48.         misc: null,
  49.         resource_type: "balance",
  50.       },
  51.     ],
  52.   }
  • 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