---
title: "Current USD price for one active registry asset"
method: GET
path: "/asset-registry/price"
tags: ["asset-registry"]
---

# Current USD price for one active registry asset

`GET /asset-registry/price`

Accepts exactly one selector: `assetKey`, or `chainId` with `address`. Returns the same database-only price state as the bulk endpoint; inactive assets do not resolve.

## Query parameters

- `assetKey` string
- `chainId` number
- `address` string

## Response `200`

The asset’s current price state.

## Other responses

- `400` — Missing, incomplete, or duplicated asset selector.
- `404` — No **active** registry asset matches the selector.

---

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