---
title: "Webhooks Logs"
method: GET
path: "/v1/wallets/{walletId}/webhooks"
tags: ["Wallet"]
---

# Webhooks Logs

`GET /v1/wallets/{walletId}/webhooks`

This endpoint retrieves the webhooks associated with a specific wallet

## Query parameters

- `page` string
- `limit` string

## Response `200`

200

- object
  - `data` object[]
    - `attempts` number
    - `createdAt` string
    - `event` string
    - `id` string
    - `payload` object
      - `address` object, nullable
      - `amlScreening` object
        - `message` string
        - `provider` string
        - `status` string
      - `amount` string
      - `amountPaid` string
      - `asset` object
        - `address` string
        - `createdAt` string
        - `decimals` number
        - `id` string
        - `isActive` boolean
        - `name` string
        - `network` string
        - `standard` string
        - `symbol` string
        - `updatedAt` string
      - `assetSwept` boolean, nullable
      - `assetSweptAmount` string, nullable
      - `assetSweptAt` string, nullable
      - `assetSweptGasFee` string, nullable
      - `assetSweptHash` string, nullable
      - `assetSweptRecipientAddress` string, nullable
      - `assetSweptSenderAddress` string, nullable
      - `blockHash` string
      - `blockNumber` number
      - `blockchain` object
        - `createdAt` string
        - `derivationPath` string
        - `id` string
        - `isActive` boolean
        - `isEvmCompatible` boolean
        - `name` string
        - `slug` string
        - `symbol` string
        - `tokenStandard` string
        - `updatedAt` string
      - `confirmations` number
      - `confirmed` boolean
      - `createdAt` string
      - `currency` string
      - `gasFee` string
      - `gasPrice` string
      - `gasUsed` string
      - `hash` string
      - `id` string
      - `metadata` unknown
      - `network` string
      - `note` unknown
      - `reason` string, nullable
      - `recipientAddress` string
      - `reference` string
      - `senderAddress` string
      - `status` string
      - `type` string
      - `updatedAt` string
      - `wallet` object
        - `address` string
        - `business` object
          - `createdAt` string
          - `id` string
          - `name` string
          - `sector` string
          - `status` string
          - `updatedAt` string
        - `createdAt` string
        - `derivationPath` string
        - `description` string
        - `id` string
        - `isActive` boolean
        - `name` string
        - `network` string
        - `updatedAt` string
    - `reference` string
    - `response` union
      - object
        - `status` number
        - `text` string
      - string
      - string
      - string
    - `status` string
    - `updatedAt` string
    - `url` string
  - `message` string
  - `meta` object
    - `currentPage` number
    - `itemCount` number
    - `itemsPerPage` number
    - `totalItems` number
    - `totalPages` number
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
