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 DemoFeatures
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.
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.
Retrieve your users' transaction history from popular exchanges, blockchains, and wallets through a single API. Our API provides detailed information on every supported transaction.
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.
Use GET /account/:account_id endpoint to get account & balances data
Total fiat value of the account (string representation of a number).
{
id: "603522490d2b02001233a5d6",
resource_type: "account",
blockchain: null,
created_at: 1630412605283,
updated_at: 1630412605283,
fiat_value: "4321.98",
fiat_ticker: "USD",
status: "ok",
status_details: {
date: "2022-07-14T12:51:29.370Z",
wallets: "ok",
balances: "ok",
transactions: "ok",
},
provider: {
name: "bitcoin",
display_name: "Bitcoin",
logo: "https://app.wealthica.com/images/institutions/bitcoin.png",
type: "wallet",
scopes: [],
resource_type: "provider",
},
wallets: [
{
id: "bitcoin:cash:usd",
name: "Bitcoin",
address: "n2nL15YewGVfmteA1ptLbeimKjQPRamU8y",
fiat_ticker: "USD",
fiat_value: "2021.08",
},
],
balances: [
{
ticker: "BTC",
provider_ticker: "BTC",
name: "Bitcoin",
asset_is_verified: null,
asset_type: null,
amount: "0.20210831",
decimals: 8,
fiat_value: "2021.08",
fiat_ticker: "USD",
fiat_asset_is_verified: null,
logo: "https://data.wealthica.com/api/securities/CRYPTO:BTC/logo",
updated_at: 1630412605283,
wallet: "bitcoin:cash:usd",
misc: null,
resource_type: "balance",
},
],
}
Sign up and get your
FREE API Keys
Drop the widget into your
App & Play with the API
Unlock full access, private Slack
channel & dedicated advice
You have questions? Let’s talk, email us at hello@vezgo.com