curl --request GET \
--url https://grid.squads.xyz/api/v0/grid/smart-accounts/{smart_account_address} \
--header 'Authorization: Bearer <token>' \
--header 'X-Grid-Environment: <x-grid-environment>'{
"created_at": "2021-01-01T00:00:00Z",
"grid_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"smart_account_address": "<string>",
"external_accounts": [
{
"account_owner_name": "<string>",
"account_type": "us",
"active": true,
"bank_name": "<string>",
"beneficiary_address_valid": true,
"created_at": "<string>",
"currency": "usd",
"customer_id": "<string>",
"id": "<string>",
"updated_at": "<string>",
"account": "<unknown>",
"account_name": "<string>",
"account_owner_type": "<unknown>",
"address": "<unknown>",
"business_name": "<string>",
"first_name": "<string>",
"iban": "<unknown>",
"last_4": "<string>",
"last_name": "<string>",
"swift": "<unknown>"
}
],
"kyc": "<unknown>",
"policies": "<unknown>",
"virtual_accounts": [
{
"customer_id": "<string>",
"destination": {
"address": "<string>",
"currency": "usd",
"payment_rail": "ach"
},
"id": "<string>",
"source_deposit_instructions": {
"bank_account_number": "<string>",
"bank_address": "<string>",
"bank_beneficiary_name": "<string>",
"bank_name": "<string>",
"bank_routing_number": "<string>",
"currency": "usd",
"payment_rails": [
"ach"
]
},
"status": "activated",
"developer_fee_percent": "0.02"
}
]
}curl --request GET \
--url https://grid.squads.xyz/api/v0/grid/smart-accounts/{smart_account_address} \
--header 'Authorization: Bearer <token>' \
--header 'X-Grid-Environment: <x-grid-environment>'{
"created_at": "2021-01-01T00:00:00Z",
"grid_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"smart_account_address": "<string>",
"external_accounts": [
{
"account_owner_name": "<string>",
"account_type": "us",
"active": true,
"bank_name": "<string>",
"beneficiary_address_valid": true,
"created_at": "<string>",
"currency": "usd",
"customer_id": "<string>",
"id": "<string>",
"updated_at": "<string>",
"account": "<unknown>",
"account_name": "<string>",
"account_owner_type": "<unknown>",
"address": "<unknown>",
"business_name": "<string>",
"first_name": "<string>",
"iban": "<unknown>",
"last_4": "<string>",
"last_name": "<string>",
"swift": "<unknown>"
}
],
"kyc": "<unknown>",
"policies": "<unknown>",
"virtual_accounts": [
{
"customer_id": "<string>",
"destination": {
"address": "<string>",
"currency": "usd",
"payment_rail": "ach"
},
"id": "<string>",
"source_deposit_instructions": {
"bank_account_number": "<string>",
"bank_address": "<string>",
"bank_beneficiary_name": "<string>",
"bank_name": "<string>",
"bank_routing_number": "<string>",
"currency": "usd",
"payment_rails": [
"ach"
]
},
"status": "activated",
"developer_fee_percent": "0.02"
}
]
}API Key for authentication
The environment you’re using. Can be sandbox or production.
The address of the smart account to retrieve
Whether to include external accounts
Whether to include virtual accounts
Whether to include KYC status
Whether to include policies
Successfully retrieved smart account details
"2021-01-01T00:00:00Z"
Show child attributes
us, iban, unknown usd, eur, mxn, usdc, usdt, usdb, dai, pyusd, eurc individual, business Show child attributes
active, awaiting_questionnaire, awaiting_ubo, incomplete, not_started, offboarded, paused, rejected, under_review Show child attributes
List of authorities that can authorize transactions
Show child attributes
Number of required signatures for transactions
1 <= x <= 10Optional admin address that can modify the smart account settings
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Optional time lock in seconds for transactions
x >= 0Show child attributes
Show child attributes
usd, eur, mxn, usdc, usdt, usdb, dai, pyusd, eurc ach, ach_push, ach_same_day, sepa, swift, wire, arbitrum, avalanche_c_chain, base, bridge_wallet, ethereum, optimism, polygon, solana, stellar, tron Show child attributes
usd, eur, mxn, usdc, usdt, usdb, dai, pyusd, eurc ach, ach_push, ach_same_day, sepa, swift, wire, arbitrum, avalanche_c_chain, base, bridge_wallet, ethereum, optimism, polygon, solana, stellar, tron activated, deactivated "0.02"
Was this page helpful?