v1

latestOpenAPI 3.0.02026-07-26103425558.9 KB
Virtual Account

List all virtual accounts

List all virtual accounts associated with a user under your organization.

get/v2/users/{userId}/virtual-accounts

Path parameters

userIdstring required

ID of the user

Query parameters

sourceCurrency'usd'

Source currency

destinationCurrency'usdc' | 'usdt'

Destination currency

destinationChain'POLYGON'

Destination chain

limitstring

default to 10, maximum to 100

createdBeforestring date

ISO format: YYYY-MM-DD

createdAfterstring date

ISO format: YYYY-MM-DD

Response

Success

countinteger

Number of virtual accounts.

nextCursorstring

The createdAt timestamp of the last record in the current page. Pass this as createdBefore in the next request to retrieve the next page of results.