Skip to main content
GET
List all virtual accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user

Query Parameters

sourceCurrency
enum<string>

Source currency

Available options:
usd
destinationCurrency
enum<string>

Destination currency

Available options:
usdc,
usdt
destinationChain
enum<string>

Destination chain

Available options:
POLYGON
limit
string

default to 10, maximum to 100

createdBefore
string<date>

ISO format: YYYY-MM-DD

createdAfter
string<date>

ISO format: YYYY-MM-DD

Response

Success

count
integer

Number of virtual accounts.

data
object[]
nextCursor
string

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.