Skip to main content
GET
/
v1
/
accounts
/
{id}
/
virtual-accounts
/
{virtualAccountId}
Get a Virtual Account by id
curl --request GET \
  --url https://sandbox-api.borderless.xyz/v1/accounts/{id}/virtual-accounts/{virtualAccountId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "accountId": "<string>",
  "counterPartyIdentityId": "<string>",
  "status": "Active",
  "asset": "POL",
  "fiat": "USD",
  "instructions": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "failureReason": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
virtualAccountId
string
required

Response

Successfully retrieved Virtual Account data.

id
string
required
accountId
string
required
counterPartyIdentityId
string | null
required
status
enum<string>
required
Available options:
Active,
NotActive,
Rejected
asset
enum<string>
required
Available options:
POL,
USDT_POLYGON,
USDC_POLYGON,
USDM_POLYGON,
ETH,
USDT_ETHEREUM,
USDC_ETHEREUM,
USDM_ETHEREUM,
TRX,
USDT_TRON,
ETH_BASE,
USDC_BASE,
USDM_BASE,
ETH_OPTIMISM,
USDT_OPTIMISM,
USDC_OPTIMISM,
USDM_OPTIMISM,
BTC,
CELO,
CUSD_CELO,
USDC_CELO,
SOL,
USDC_SOLANA,
USDT_SOLANA
fiat
enum<string>
required
Available options:
USD,
EUR,
BRL,
ARS,
MXN,
COP,
CLP,
PEN,
BWP,
CDF,
GHS,
KES,
MWK,
NGN,
RWF,
ZAR,
TZS,
UGX,
ZMW,
XOF,
XAF
instructions
object | null
required
createdAt
string<date-time>
required
failureReason
object | null
required