> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anchorage.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up

> Identify wallets and asset types, then configure the permission and authentication for stablecoin conversions.

Before making a conversion, identify the source and destination wallets and confirm the exact `assetType` strings you'll use. Then make sure your API key has the right permission and authentication.

## Identify wallets and asset types

* `GET /v2/vaults/{vaultId}` — Retrieve `walletId` values and balances for the vault holding the source funds.
* `GET /v2/asset-types` — Look up exact `assetType` strings, including chain-specific variants like `USDX_BSC_T`.

<Tip>
  Confirm the exact chain-specific `assetType` for both legs before you bridge. The source and destination are the same stablecoin on different chains, so a wrong variant routes funds to the wrong network.
</Tip>

## Permission

The API key must have the `Convert Stablecoins` vault permission. Configure it via [Permission groups](/knowledge-base/platform/developers/permission-groups).

## Authentication

Stablecoin conversion and history endpoints require only the `Api-Access-Key` header. No `Api-Signature` or `Api-Timestamp` headers are needed.

<Note>
  This differs from most money-movement endpoints, which require an Ed25519 request signature. See [Request signing](/knowledge-base/platform/developers/request-signing) for the general signing model.
</Note>
