API Endpoints
Create Solana Address Webhook
Create an address activity driven webhook.
POST
Create Solana Address Webhook
Authorizations
API key to access the API (optional)
Body
application/json
Name of webhook.
Example:
"My Webhook"
Description of webhook.
Example:
"My Webhook description"
URL where webhooks are sent to.
Example:
"https://webhook.uniblock.dev"
Provider of webhook service.
Available options:
Alchemy, Moralis, Tatum, SimpleHash, Helius Example:
"Helius"
Additional metadata to be returned alongside a webhook response.
Example:
Accounts to be watched.
Example:
An object representing the desired filters.
Example:
Response
201 - undefined