/
/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'.

Creates a new event

post/events

Request body

datastring required

Multibase encoding of event data.

Example request

{
  "data": "data"
}

Response

success

Changes