Create Virtual Account
Provisions a virtual account for the given source currency and destination chain. The same (currency, chain) posted twice resolves to the same virtual account. Returns 204 — refetch GET /v1/wallets/{address}/virtual-accounts to pick up the new row and its deposit instructions.
Requires identity_verification_status === "active"; otherwise returns kyc_required.
Authorizations
Session cookie issued by POST /v1/session/{address}. Sent automatically by the browser; the SDK uses credentials: 'include'.
Path Parameters
Ethereum address (0x-prefixed, 40 hex chars). Lowercased server-side before binding.
^0x[a-fA-F0-9]{40}$"0xaabbccddeeff00112233445566778899aabbccdd"
Body
Response
Provisioned — empty body. Refetch GET /v1/wallets/{address}/virtual-accounts.