Get Balance

Get balance for a cryptocurrency address

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

currencystringRequired

Currency ticker (BTC, LTC, DOGE, ZEC, RUNE, ETH, BASE, BCH)

addressstringRequired
Cryptocurrency address to fetch balance for

Query parameters

networkstringOptionalDefaults to mainnet

Network to query (currently only mainnet is supported)

Response

This endpoint returns an object.
currencystring
currencyNamestring
addressstring
balanceslist of objects

Errors