v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

post/api/wallets/subscriptions

Request body

walletIdstring required

Wallet ID to subscribe.

chainstring required

Chain to monitor.

webhookUrlstring required

HTTPS endpoint that will receive webhook deliveries.

expiryInMinutesstring

Auto-expiry time in minutes. Must be positive and cannot exceed 120.

Response

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Subscription added successfully.",
  "data": {
    "subscriptionId": "H8TozbxEMobAiD607sJk"
  }
}