Get the primary_name by address
This API endpoint accepts a path parameter address and returns an AddressName object.
Arguments¶
| Parameter | Type | Required | Description |
|---|---|---|---|
address | String | Yes | Aleo address to get the name for |
Response¶
| Parameter | Type | Description |
|---|---|---|
name | String | the name matching the Aleo address |
address | String | the address matching the name |
| ```` |