Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

API Key for authentication

Headers

X-Grid-Environment
string
required

The environment you’re using. Can be sandbox or production.

Path Parameters

smart_account_address
string
required

The address of the smart account to retrieve

Query Parameters

external_accounts
boolean

Whether to include external accounts

virtual_accounts
boolean

Whether to include virtual accounts

kyc
boolean

Whether to include KYC status

policies
boolean

Whether to include policies

Response

Successfully retrieved smart account details

created_at
string<date-time>
required
Example:

"2021-01-01T00:00:00Z"

grid_user_id
string<uuid>
required
smart_account_address
string
required
external_accounts
object[]
kyc
null | enum<string>
Available options:
active,
awaiting_questionnaire,
awaiting_ubo,
incomplete,
not_started,
offboarded,
paused,
rejected,
under_review
policies
null | object
virtual_accounts
object[]