Skip to main content
GET
/
api
/
ipfs
/
ipns
Resolve IPNS name
curl --request GET \
  --url https://nexus.gerowallet.io/api/ipfs/ipns \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "cid": "<string>"
}
Resolves an IPNS name (a mutable pointer) to the immutable cid it currently references. Use the returned CID with the other IPFS endpoints (resolve, stat, ls).
Requires the IPFS add-on (X-Api-Key). Node-only; returns 503 if the self-hosted node is unavailable.
Example
curl "https://nexus.gerowallet.io/api/ipfs/ipns?name=<IPNS_NAME>" \
  -H "X-Api-Key: $NEXUS_API_KEY"

Authorizations

Authorization
string
header
required

JWT Token Authentication

Query Parameters

name
string
required
Maximum string length: 500

Response

200 - application/json

OK

name
string
cid
string