API Reference

BulkUnsubscribeWebhook

This endpoint allows you to bulk unsubscribe notifications for a wallet which were subscribed through webhook

Chains Supported:

Mainnet: ethereum,bsc,matic,celo,avalanche,klaytn,kadena,velas,cronos,fuse,fantom,arbitrum,mode,optimism,manta,base,aurora,moonbeam,movementnetwork,moonriver,partisiablockchain

Testnet: bsc-testnet, partisiablockchain-testnet, movementnetwork-bardock and redbelly-testnet.

In order to use notifications for testnets use

  https://testnet-notify.unmarshal.com/v1/subscriptions/webhook/unsubscribe	

along with all required body.

unmarshal.Notifications .Webhook.Unsubscribe({ webhookUrl: "http://localhost:8080", addresses: ["demo.eth"], }).then(({data}) => console.log(data))
Log in to see full request history
Body Params
string
required
addresses
array of strings
required
addresses*
Response
200
Language
Credentials
Click Try It! to start a request and see the response here!