cURL
curl --request POST \ --url https://dash.betteruseblockchain.com/api/v1/subscription/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "ADDRESS_TRANSACTION", "address": "<string>", "network": "XDC" }'
{ "id": "<string>" }
Create a subscription for address transactions on supported blockchains.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription created successfully
The response is of type object.
object