Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 752 Bytes

File metadata and controls

14 lines (10 loc) · 752 Bytes

WebhookResponse

Properties

Name Type Description Notes
currency int Currency for which the webhook is triggered, e.g. 0: Bitcoin 1: Ethereum [optional]
executed bool Shows if the webhook was executed. [optional]
hash str The submitted hash in hex representation. [optional]
success bool Indicates whether the webhook was executed successfully or not. [optional]
tries int Returns the number of tries for the webhook execution. [optional]

[Back to Model list] [Back to API list] [Back to README]