List virtual accounts
Virtual Accounts
List Virtual Accounts
Lists the wallet’s virtual accounts — typically one per (currency, chain) combination. Returns an empty data array when none have been provisioned yet (200, not 404). Ordered by creation time ascending.
GET
List virtual accounts
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.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xaabbccddeeff00112233445566778899aabbccdd"