/
/Ceramic API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo 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
  • 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

Get event data

get/events/{event_id}

Path parameters

event_idstring required

CID of the root block of the event, used to identify of the event

Response

success

idstring required

Multibase encoding of event root CID bytes.

datastring

Multibase encoding of event data.

Example response

{
  "data": "data",
  "id": "id"
}

Changes