---
title: "Convert Pay-To-Public-Key Address to raw representation (hex-encoded serialized curve point)"
method: GET
path: "/utils/addressToRaw/{address}"
tags: ["utils"]
---

# Convert Pay-To-Public-Key Address to raw representation (hex-encoded serialized curve point)

`GET /utils/addressToRaw/{address}`

## Path parameters

- `address` string, required — Encoded Ergo Address

## Response `200`

hex-encoded public key (serialized secp256k1 element)

- 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)
