GET
/v3/authenticators/{authenticator}/smartAccounts/details 5 Get Abstract Accounts Details 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/details" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
[
{
smart_account: string,
code_id: number,
account_number: string,
authenticators: array
}
]