# Search by address

The method allows you to find addresses belonging to an organization at an address in the blockchain, regardless of the type and network. Returns an array of addresses found

## 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://615678623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa1TzfeK1Z0GLFNxiNpMW%2Fuploads%2Fgit-blob-8361e5ac3780661a20a51ec0d96901ce1db69b92%2Fopenapi.json?alt=media>" path="/api-gateway/addresses/find-by-address" method="post" %}
[openapi.json](https://615678623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa1TzfeK1Z0GLFNxiNpMW%2Fuploads%2Fgit-blob-8361e5ac3780661a20a51ec0d96901ce1db69b92%2Fopenapi.json?alt=media)
{% endopenapi %}
