Skip to main content
POST
/
accounts
/
{address}
/
virtual-account
Request a virtual account for a smart account
curl --request POST \
  --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/virtual-account \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "currency": "<string>",
  "grid_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'

Authorizations

Authorization
string
header
required

Your Grid API key from the Grid Dashboard

Path Parameters

address
string
required

Smart account address

Body

application/json
currency
string
required
grid_user_id
string<uuid>
required

Response

Virtual account created successfully