Agara

Wallet setup

Prepare your AGARA deposit wallet before funding it or using market-maker APIs.

Each account has an AGARA deposit wallet on Base. Complete wallet setup in the web app before funding it or submitting orders.

Set up your wallet

  1. Sign in at https://app.agara.xyz with the identity you will use for the account.
  2. Open Settings, then complete the AGARA wallet setup.
  3. Wait until the app reports that the wallet is ready.
  4. Create a personal access token with only the scopes your market-making process needs. See Authentication.

Wallet registration and setup require a current browser session. A personal access token cannot create or configure a wallet.

Browser-session endpoints

The web app uses these endpoints during setup:

MethodPathPurpose
POST/trade/v1/wallet/registerRegister the signed-in account for AGARA
POST/trade/v1/wallet/setupDeploy and configure the AGARA deposit wallet
GET/trade/v1/wallet/statusRead the current setup state

Send the current Privy identity token as a bearer token. These endpoints do not accept personal access tokens.

Fund the ready wallet

Send only USDC at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base to the deposit-wallet address shown in Settings. See Collateral before moving funds.

After funding, wait for cash_balance_micro in GET /trade/v1/portfolio/summary to reflect the deposit before placing orders.

On this page