v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
Webhooks

List webhooks

Lists webhooks for the user.

get/v1/webhooks

Query parameters

pageTokenstring

A page token, received from a previous list call. Provide this to retrieve the subsequent page.

pageSizeinteger

The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.

status'active' | 'inactive'

Status of the webhook. Use "active" to return only active webhooks, "inactive" to return only inactive webhooks. Else if no status is provided, all configured webhooks will be returned.

Response

Successful response

nextPageTokenstring

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

Example response

{
  "webhooks": [
    {
      "metadata": {
        "eventSignatures": [
          "0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64"
        ],
        "addresses": [
          "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"
        ]
      }
    }
  ]
}