REST APIWallet & TransactWebhook

DEL

Removing a webhook will cause new events of the specified type to no longer trigger HTTP callbacks to your URLs

Path Params

  • coin string required
    A cryptocurrency or token ticker symbol.
  • walletId string required
    The wallet ID.

    matches ^[0-9a-f]{32}$

Body Params

object

  • type string enum
    Event type to listen to.
    txRequesttxRequestTransactiontransfertransactiontransactionRemovedtransactionExpireunspentExpirypendingapprovaladdress_confirmationlowFeeblockadmincircuitBreakertransaction_finality_on_l1lowFeeAddressBalancestuckTx
  • url string uri
  • id string

    matches ^[0-9a-f]{32}$

Responses

200
OK

Response Body

object

  • removed integer
    Number of wallet webhooks removed.
400
Bad Request

Response Body

ONE OF

  • error string required
    Human-readable error message
  • requestId string required
    Client request id
  • context object
    Properties that apply to a specific error name
  • name string required
    Error code