v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Nut.link

Specific nut.link address

List metadata about specific address

get/nutlink/{address}

Path parameters

addressstring required

Address of a metadata oracle

Response

Return the metadata about metadata oracle

addressstring required

Bech32 encoded address

metadata_urlstring required

URL of the specific metadata file

metadata_hashstring required

Hash of the metadata file

metadataobject nullable required

The cached metadata of the metadata_url file.

Example response

{
  "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
  "metadata_url": "https://nut.link/metadata.json",
  "metadata_hash": "6bf124f217d0e5a0a8adb1dbd8540e1334280d49ab861127868339f43b3948af"
}