POST
Simulate block webhook
Simulates and tests a block webhook so you can view its response.
Path Params
-
coinstring requiredA cryptocurrency or token ticker symbol. -
webhookIdstring required
Body Params
object
-
blockIdstring
Responses
200
OK
Response Body
object
-
webhookNotificationsarray of objectswebhookNotifications object
-
hashstring -
idstring -
typestring enumEvent type to listen to.txRequesttxRequestTransactiontransfertransactiontransactionRemovedtransactionExpireunspentExpirypendingapprovaladdress_confirmationlowFeeblockadmincircuitBreakertransaction_finality_on_l1lowFeeAddressBalancestuckTx -
walletstring -
enterprisestring -
organizationstring -
bankAccountstring -
urlstring uri -
hashstringA transaction hash for transactions, or a block hash for block notifications. -
coinstringA cryptocurrency or token ticker symbol. -
transferstring -
statestring enumIffailed, webhook notification failed to connect with the target URL. Ifnew, webhook notification was newly generated, in response to an event. Ifpending, webhook notification is awaiting processing by the webhook worker. Ifprocessed, webhook notification successfully sent to target URL. Ifunconfirmed, webhook notification is awaiting confirmation on the blockchain.failednewpendingprocessedunconfirmed -
simulationboolean -
retriesintegerThe number of retries that have been attempted for this webhook notification. -
webhookstring -
updateAtstring date-time -
nextAttemptstring date-time -
versioninteger -
idempotencyKeystringA unique id that can be used to de-duplicate notifications.
-