Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.augustus.com/llms.txt

Use this file to discover all available pages before exploring further.

Hold funds in multiple currencies on Augustus. Each currency has its own account with the appropriate payment details for that rail (e.g. IBAN for EUR, sort code and account number for GBP, ABA routing number and account number for USD); stablecoins live in their own Stablecoin Wallet per chain.

How to Retrieve Your Balance

Account IDs can be found in the Augustus Dashboard under Accounts → Details.
import Augustus from '@augustusbank/typescript-sdk'

const client = new Augustus()
const balance = await client.accounts.retrieveBalance('your-eur-account-id')
You can also see a real-time balance overview in the Augustus Dashboard.

Balance Types

  • Available Balance: Funds you can use for payouts, refunds, or settlements.
  • Pending Balance: Funds that are in the process of clearing (e.g., recent payins not yet settled, payouts not yet settled).

Supported Currencies & Chains

  • Fiat: EUR, GBP, USD
  • Stablecoins: USDC
    • Chains: Ethereum, Solana, Polygon
See the Stablecoin Wallets page for more information about wallets and stablecoins.