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.

How to Setup Your Stablecoin Wallet

To setup on- / off-ramping and stablecoins, please reach out to your contact at Augustus.
Once setup, find your Stablecoin Wallet’s chain and address in the Augustus Dashboard under Accounts → Select crypto account → Linked wallets.

Supported Currencies & Chains

  • Stablecoins: USDC
    • Chains: Ethereum, Solana, Polygon
  • Payment types supported: deposits from and payouts to whitelisted addresses only

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-usdc-account-id')
You can also see a real-time balance overview in the Augustus Dashboard.