---
title: "GET /api/wallets/webhooks"
method: GET
path: "/api/wallets/webhooks"
---

# GET /api/wallets/webhooks

`GET /api/wallets/webhooks`

## Query parameters

- `walletId` string
- `subscriptionId` string
- `status` string
- `txId` string
- `limit` integer

## Response `200`

- object
  - `success` boolean
  - `data` object[]
    - `id` string
    - `walletId` string
    - `subscriptionId` string
    - `txId` string
    - `address` string
    - `chain` string
    - `webhookUrl` string
    - `status` string
    - `attempts` integer
    - `lastAttemptAt` integer
    - `deliveredAt` unknown
    - `lastError` string
    - `responseStatusCode` integer
    - `createdAt` integer
    - `updatedAt` integer

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
