Skip to main content
POST
Create Solana Address Webhook

Authorizations

X-API-KEY
string
header
required

API key to access the API (optional)

Body

application/json
name
string
required

Name of webhook.

Example:

"My Webhook"

description
string
required

Description of webhook.

Example:

"My Webhook description"

webhookUrl
string
required

URL where webhooks are sent to.

Example:

"https://webhook.uniblock.dev"

provider
enum<string>
required

Provider of webhook service.

Available options:
Alchemy,
Moralis,
Tatum,
SimpleHash,
Helius
Example:

"Helius"

metadata
object
required

Additional metadata to be returned alongside a webhook response.

Example:
addresses
string[]

Accounts to be watched.

Example:
filter
object

An object representing the desired filters.

Example:

Response

201 - undefined