GET
/v3/authenticators/{authenticator}/smartAccounts 5 Get Abstract Accounts By Authenticator
Base URL
https://xion.numia.xyz Parameters
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
authenticator | string | Yes | — |
Code Samples
curl -X GET "https://xion.numia.xyz/v3/authenticators/<authenticator>/smartAccounts" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
{
authenticator: string,
smart_accounts: array
}