Wallet balance alertWebhook

Request
Security:
Request Body schema: application/json
wallet_id
string <= 36 characters

Wallet ID that triggered the alert.

description
string

A description of the wallet.

balance
integer

The current wallet balance.

warning
boolean

Was this alert triggered by passing the warning threshold?

critical
boolean

Was this alert triggered by passing the critical threshold?

Responses
2XX

Return a 2XX status to indicate that the data was received successfully

Request samples
application/json
{
  • "wallet_id": "wal_2V2cKKqYoaj018K0EXBauwcurbd",
  • "description": "Registration USD wallet.",
  • "balance": 1000,
  • "warning": false,
  • "critical": true
}