/
/Ceramic API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
  • getTest the liveness of the Ceramic node
  • getGet the heap statistics of the Ceramic node
  • getGet the version of the Ceramic node
  • postGet the version of the Ceramic node
  • postCreates a new event
  • getGet event data
  • postRegister interest for a sort key
  • postRegister interest for a sort key
  • getGet the interests stored on the node
  • getGet events matching the interest stored on the node
  • getGet all new event keys since resume token
  • getGet the current (maximum) highwater mark/continuation token of the feed. Allows starting `feed/events` from 'now'.

Get the interests stored on the node

get/experimental/interests

Response

success

Example response

{
  "interests": [
    {
      "data": "data"
    },
    {
      "data": "data"
    }
  ]
}

Changes