GET
List wallet webhook notifications
List webhook notifications for a wallet. Returns notifications that were triggered by webhooks on the specified wallet.
Path Params
-
coinstring requiredA cryptocurrency or token ticker symbol. -
walletIdstring requiredThe wallet ID.
Query Params
-
prevIdstringReturn the next batch of results, based on thenextBatchPrevIdvalue from the previous batch. -
limitintegerMaximum number of results to return. -
hashstringFilter notifications by transaction hash.
Responses
200
OK
Response Body
object
-
webhookNotificationsarray of objectswebhookNotifications object
-
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.
-
-
nextBatchPrevIdstring
400
Bad Request
Response Body
ONE OF
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id -
contextobjectProperties that apply to a specific error name -
namestring requiredError code
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id -
contextobject requiredcontext object
-
idstring
-
-
namestring enum requiredError codeInvalidWalletId