Skip to main content

Accounts

Overview

Your business's Balances are the total amount of each supported digital currency available in your accounts. You can view these balances by querying the GET /balances endpoint or by logging into the Business Dashboard.

Supported Currencies and Networks

Noah supports multiple digital currencies, each available on one or more networks:

Digital CurrencyNetworks Supported
BTCBitcoin
CELOCelo
ETHEthereum
EURCSolana
FLOWFlowEvm
MATICPolygon PoS
PYUSDFlowEvm and Solana
SOLSolana
TRXTron
USDCBase, Celo, Ethereum, Gnosis, Polygon PoS, Tron and Solana
USDGSolana
USDTCelo, Ethereum, Polygon PoS and Tron
XDAIGnosis

Using Accounts

View Your Balances

Use the GET /balances endpoint to retrieve real-time information about the balances in your business accounts, as shown below.

curl -L 'https://api.sandbox.noah.com/v1/balances' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'

We recommend that you check your balances before initiating any transaction to ensure you have an up-to-date account status.

Use Balances and Networks

In Noah, USDC balances are considered 'network agnostic' meaning that any inbound or outbound onchain transactions will reflect an overall change to your USDC account balance, reducing the complexity of accessing network-specific balances.

tip

For details on Noah's USDC_TEST token, see Sandbox Testnet Currencies.