Skip to main content
GET
Get Addresses Subscribed To Feed Webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string<uuid>
required

Query Parameters

before
string

Cursor for fetching the previous page: pass an address, and the next page will be transactions before this address.

after
string

Cursor for fetching the next page: pass an address, and the next page will be transactions after this address.

inclusive
boolean

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.)

Response

200

walletAddresses
string[]
required

A list of addresses subscribed to the webhook.

The address / public key