Get Addresses Subscribed To Feed Webhook
Webhooks
Webhook Addresses
Provides a page of 1000 addresses subscibed to your feed webhook, with links to the next and prev pages if applicable.
GET
Get Addresses Subscribed To Feed Webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Cursor for fetching the previous page: pass an address, and the next page will be transactions before this address.
Cursor for fetching the next page: pass an address, and the next page will be transactions after this address.
If set, the response will include the address with the before/after cursor. Otherwise, exclude the cursor from results. (Do not set it to false! Only set to true, or don’t define it.)