/api/unsubscribe

Unsubscribe

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

This method allows the client to unsubscribe from various update types.

Headers

NameTypeDescription

Content-Type

string

application/json

Request Body

NameTypeDescription

originationAddresses

string

Unsubscribe to origination happening on these addresses.

delegationAddresses

string

Unsubscribe to delegation happening on these addresses.

transactionAddresses

string

Unsubscribe to transactions happening on these addresses.

userId

string

UUID used in /api/negotiate

Last updated