Skip to main content
GET
/
api
/
grid
/
v1
/
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>'

Documentation Index

Fetch the complete documentation index at: https://developers.squads.so/llms.txt

Use this file to discover all available pages before exploring further.

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