Skip to main content
GET
/
api
/
grid
/
v1
/
accounts
/
{address}
/
passkeys
Get passkey information
curl --request GET \
  --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/passkeys \
  --header 'Authorization: Bearer <token>'
{
  "account_address": "<string>",
  "passkey": {
    "address": "<string>",
    "permissions": [],
    "provider": "<string>",
    "role": "<string>"
  }
}

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

Response

Passkey information retrieved successfully

account_address
string
required
passkey
object