# Search by id

The method allows you to find an address belonging to an organization by its ID, regardless of its type

## Description of fields

| Field        | Type                                                   | Description                                                                                    |
| ------------ | ------------------------------------------------------ | ---------------------------------------------------------------------------------------------- |
| `id`         | `string`                                               | ID of the address in the system                                                                |
| `type`       | `enum(PAY_IN, BUSINESS, PAY_OUT, PERSONAL, RECURRENT)` | Address type                                                                                   |
| `alias`      | `string or null`                                       | The name of the address. It is set by the merchant                                             |
| `comment`    | `string or null`                                       | Address comment. It is set by the merchant                                                     |
| `currency`   | `string`                                               | Address coin                                                                                   |
| `network`    | `string`                                               | Address network                                                                                |
| `balance`    | `string`                                               | Address balance                                                                                |
| `address`    | `string`                                               | Address in the blockchain                                                                      |
| `tag`        | `string or null`                                       | The tag (MEMO) of the address. Available for networks that support the tag, for example Ripple |
| `meta`       | `any`                                                  | Meta data. The free field is set by the merchant                                               |
| `isArchived` | `boolean`                                              | The address is in the archive                                                                  |

{% openapi src="<https://199856430-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy7yrGizyjjV5OmCw3DcE%2Fuploads%2Fgit-blob-c16b91898f63e16257eb0e0b6bb8d49e7f547d73%2Fopenapi.json?alt=media>" path="/api-gateway/addresses/find-by-id" method="post" %}
[openapi.json](https://199856430-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy7yrGizyjjV5OmCw3DcE%2Fuploads%2Fgit-blob-c16b91898f63e16257eb0e0b6bb8d49e7f547d73%2Fopenapi.json?alt=media)
{% endopenapi %}
