Links

IPNS Manager API

4EVERLAND IPNS API can help with IPNS creation, retrieval, CID preservation and publishing, etc.

Create IPNS Name

post
/ipns/v1/names
Create IPNS Name

List IPNS Names

get
/ipns/v1/names
List IPNS Names
The time parameter corresponding to lifetime is the maximum period for which the node in the network will keep the ipfs path, in fact the IPNS corresponding to the ipfs path will be published every few hours to achieve a state of preservation.

Delete IPNS

delete
/ipns/v1/names/{name}
Delete IPNS

Publish IPNS name

post
/ipns/v1/names/{name}
Publish IPNS name

Retrieve IPNS Name

get
/ipns/v1/names/{name}
Retrieve IPNS Name
If you have any questions, please join our Discord server, or send us an email at [email protected].