Links
Comment on page

/api/negotiate

get
https://{yourEndpoint}
/api/negotiate
Negotiate
You will need the
  • url Response parameter for SignalR hub connection
  • accessToken Response parameter for SignalR hub connection
  • x-tezos-live-userid parameter for Subscribe/Unsubscribe calls
For generating UUIDs you can use any library, that complies with RFC4122. For example https://www.npmjs.com/package/uuid. You can also use different method for generating userIds, as long as you can ensure, that each client will have unique id.