Event

Event

POST https://api.dsp.io/event

The event handler is used between DSPs to signal events that need to be handled without the use of the blockchain, otherwise DSPs can receive events from demux.

Request Body

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Example event can be found here

Last updated