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

# GET /api/wallets/subscriptions

`GET /api/wallets/subscriptions`

## Query parameters

- `walletId` string
- `limit` integer

## Response `200`

- object
  - `success` boolean
  - `data` object[]
    - `walletId` string
    - `createdAt` integer
    - `chain` string
    - `address` string
    - `webhookUrl` string
    - `status` string
    - `updatedAt` integer
    - `id` string

---

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