Create webhook

Creates a new webhook in the system. A webhook is a URL that will be notified when certain events occur. The webhook includes details such as the event type, URL, and entity information. Upon successful creation, returns comprehensive webhook details including its unique identifier, event type, URL, and associated entity information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The URL to send the webhook to.

networkIds
array of int32s
≥ 1

(Optional) The blockchain network IDs to subscribe to. If not provided, the webhook will be subscribed to all networks.

Valid network IDs:

  • 1 (Ethereum)
  • 10 (Optimism)
  • 56 (BNB)
  • 137 (Polygon)
  • 8453 (Base)
  • 42161 (Arbitrum)
  • 900 (Solana)
  • 11155111 (Sepolia) - Only available on the demo environment
  • 901 (Solana devnet) - Only available on the demo environment
networkIds
events
array of strings

(Optional) The events to subscribe to. If not provided, all events will be subscribed to and be sent to the postUrl.

Valid webhook events:

  • payin.created
  • payment.processed
events
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json