IPNS Manager API
4EVERLAND IPNS API can help with IPNS creation, retrieval, CID preservation and publishing, etc.
post
/ipns/v1/names
Create IPNS Name
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/v1/names/{name}
Delete IPNS
post
/ipns/v1/names/{name}
Publish 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].
Last modified 17d ago