Requests
Send a message to a node that requires a response.
Obyte.js library has API helper functions for most requests that the WebSocket API supports (even some that are not documented: api.getTempPubkey, api.tempPubkey, api.deliver), but if there is anything missing, it's possible to extend it with existing internal functions. Here is quick start example written without the helper function.
Example
Here is an example of a response that you may receive:
Last updated