/
/Ceramic API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 32m ago · Updated 1mo ago
  • getTest the liveness of the Ceramic node
  • optionscors
  • getGet the heap statistics of the Ceramic node
  • optionscors
  • getGet the version of the Ceramic node
  • postGet the version of the Ceramic node
  • optionscors
  • postCreates a new event
  • optionscors
  • getGet event data
  • optionscors
  • getGet stream state
  • optionscors
  • postRegister interest for a sort key
  • optionscors
  • postRegister interest for a sort key
  • optionscors
  • getGet info about the Ceramic network the node is connected to
  • optionscors
  • getGet the interests stored on the node
  • optionscors
  • getGet events matching the interest stored on the node
  • optionscors
  • getGet all new event keys since resume token
  • optionscors
  • getGet the current (maximum) highwater mark/continuation token of the feed. Allows starting `feed/events` from 'now'.
  • optionscors
  • getGet list of connected peers
  • postConnect to a peer
  • optionscors

Get the interests stored on the node

get/experimental/interests

Query parameters

peerIdstring

Only return interests from the specified peer ID.

Response

success

Example response

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

Changes