v1
latestOpenAPI 3.1.02026-07-24620123.6 KBget/api/wallets/webhooks
Query parameters
walletIdstring
Filter by wallet ID.
subscriptionIdstring
Filter by subscription ID.
statusstring
One of pending, delivered, failed.
txIdstring
Filter by transaction ID.
limitinteger
Number of records to return. Default: 20. Max: 100.
Response
Example response
{
"success": true,
"data": [
{
"id": "wh_001",
"walletId": "2AKz8JIIjbzMIpe6WXDO",
"subscriptionId": "sub_123",
"txId": "tx_001",
"address": "0x5d8f3db6d8d1c84b1b8b1c4b5fd85906f0d5a0e0",
"chain": "base",
"webhookUrl": "https://example.com/webhooks/wallets",
"status": "failed",
"attempts": 3,
"lastAttemptAt": 1712345699999,
"lastError": "Webhook target returned 500",
"responseStatusCode": 500,
"createdAt": 1712345678901,
"updatedAt": 1712345699999
}
]
}