Skip to main content
A conversion is an operation that moves funds between your accounts holding different currencies.
Conversions are supported only between accounts within the same customer, and the customer must hold an active account for each currency.
If you have a USD account and want to send USDC to your friend who is also an Augustus customer, do it in two steps:
  • convert USD to USDC between your accounts
  • use payout to send USDC to the friend.

Supported currency pairs

  • USD/USDC
  • USDC/USD
Supported USDC networks: Ethereum Mainnet, Solana, and Polygon.

Create a conversion

2026-05-01
POST /v1/conversions in the API Reference → In response you will get the full conversion object including its ID, which you can use later to retrieve the actual state of the conversion.

Key fields

You can get account IDs from the Dashboard under Accounts → Details or Accounts API
As of today, only USD-USDC conversions with fixed 1:1 exchange rate are supported. If you convert 100 USDC, you will receive 100 USD.

Retrieve a conversion

2026-05-01
GET /v1/conversions/{id} in the API Reference →

List conversions

2026-05-01
GET /v1/conversions in the API Reference →