Links

IPNS Manager API

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

Create IPNS Name

post
https://api.4everland.dev/ipns/v1
/names
Create your IPNS.

List IPNS Names

get
https://api.4everland.dev/ipns/v1
/names
Get a record of all the IPNS you have created, including ipfspath, lifetime, etc.
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
https://api.4everland.dev/ipns/v1
/names/{name}
Delete your corresponding IPNS.

Publish IPNS name

post
https://api.4everland.dev/ipns/v1
/names/{name}
Publish the new ipfs path hash to your corresponding IPNS.

Retrieve IPNS Name

get
https://api.4everland.dev/ipns/v1
/names/{name}
Retrieve your specific IPNS record.
If you have any questions, please join our Discord server, or send us an email at [email protected].