Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.walletsuite.io/api/notifications/subscriptions \ --header 'x-api-key: <api-key>'
{ "ok": true, "code": "<string>", "message": "<string>", "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "chain": "<string>", "address": "<string>", "eventKinds": [ "<string>" ], "webhookUrl": "<string>", "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "failureCount": 123, "lastSuccessAt": "2023-11-07T05:31:56Z", "pausedAt": "2023-11-07T05:31:56Z" } ] }
Lists your subscriptions, newest first.
API key provided by WalletSuite team
1 <= x <= 100
x >= 0
OK
Show child attributes
Was this page helpful?