Skip to main content
GET
/
accounts
/
{address}
/
virtual-accounts
Get all virtual accounts for a smart account
curl --request GET \
  --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/virtual-accounts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Your Grid API key from the Grid Dashboard

Path Parameters

address
string
required

Smart account address

Query Parameters

source_currency
string

Filter by source currency

destination_currency
string

Filter by destination currency

Response

Virtual accounts retrieved successfully