/api/subscribe

Subscribe

POST https://{yourEndpoint}/api/subscribe

This method allows the client to subscribe to various update types.

Headers

NameTypeDescription

Content-Type

string

application/json

Request Body

NameTypeDescription

originationAddresses

string

Subscribe to origination happening on these addresses.

delegationAddresses

string

Subscribe to delegation happening on these addresses.

transactionAddresses

string

Subscribe to transactions happening on these addresses.

userId

string

UUID used in /api/negotiate

You can subscribe to all addresses by sending ['all'] in any of the optional parameters.

Last updated