---
title: "Checks address validity"
method: POST
path: "/utils/address"
tags: ["utils"]
---

# Checks address validity

`POST /utils/address`

## Request body

- string — Encoded Ergo Address

## Response `200`

Address validity with validation error

- AddressValidity — Validity status of Ergo address
  - `address` string, required — Encoded Ergo Address
  - `isValid` boolean, required
  - `error` string

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.dev/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/revisions/a731602272c6/schema)
