Skip to main content
OPTIONS
/
api
/
v2
/
virtual-accounts
Options
curl --request OPTIONS \
  --url https://sandbox.killb.app/api/v2/virtual-accounts
{}

Query Parameters

page
number

Page number

Example:

1

limit
number

Items per page

Example:

10

status
enum<string>

Filter by account status

Available options:
ACTIVE,
PENDING,
REJECTED,
PROCESSING
network
enum<string>

Filter by network

Available options:
POLYGON,
ERC20,
SOLANA,
TRON,
ARBITRUM,
BSC
currency
enum<string>

Filter by currency

Available options:
USD,
USDC,
USDT
userId
string<uuid>

Filter by user ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

startDate
string<date-time>

Filter by start date

Example:

"2024-01-01T00:00:00.000Z"

endDate
string<date-time>

Filter by end date

Example:

"2024-12-31T23:59:59.999Z"

Response

200

Successful response