Links

Wallet Balance

Pricing: This data point requires standard subscription plan.
Google Sheets & Excel
Airtable

Supported blockchains:

  • BTC, ETH, BSC, DOGE, LTC, BCH, BTG, DASH & DGB

Balance in USD

Get the USD balance of a given address of one of the three supported given blockchains
Examples for all supported blockchains:
=CRYPTOFINANCE("ETH:0x2910543Af39abA0Cd09dBb2D50200b3E800A63D2", "balance_usd")
=CRYPTOFINANCE("BSC:0xF977814e90dA44bFA03b6295A0616a897441aceC", "balance_usd")
=CRYPTOFINANCE("BTC:34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo", "balance_usd")
=CRYPTOFINANCE("<blockchain>:<address>", "balance_usd")

Balance in the supported blockchain's native cryptocurrency

Depending on the selected network from the supported blockchains, get the balance of a given wallet in their native currency, for example for BSC, BTC or ETH the returned base quote is BNB, BTC or ETH respectively.
Examples for all supported blockchains:
=CRYPTOFINANCE("ETH:0x2910543Af39abA0Cd09dBb2D50200b3E800A63D2", "balance")
=CRYPTOFINANCE("BSC:0xF977814e90dA44bFA03b6295A0616a897441aceC", "balance")
=CRYPTOFINANCE("BTC:34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo", "balance")
=CRYPTOFINANCE("<blockchain>:<address>", "balance")
Currently not available for Airtable. Coming soon...