---
title: "Specific nut.link address"
method: GET
path: "/nutlink/{address}"
tags: ["Nut.link"]
---

# Specific nut.link address

`GET /nutlink/{address}`

List metadata about specific address

## Path parameters

- `address` string, required — Address of a metadata oracle

## Response `200`

Return the metadata about metadata oracle

- NutlinkAddress
  - `address` string, required — Bech32 encoded address
  - `metadata_url` string, required — URL of the specific metadata file
  - `metadata_hash` string, required — Hash of the metadata file
  - `metadata` object, nullable, required — The cached metadata of the `metadata_url` file.

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
