Skip to main content
POST
/
webhooks
/
inbound
/
allium
Webhook endpoint for Allium blockchain data
curl --request POST \
  --url https://api.platform.dakota.xyz/webhooks/inbound/allium \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "message": {
    "data": "<string>",
    "messageId": "<string>",
    "publishTime": "2023-11-07T05:31:56Z",
    "attributes": {}
  },
  "subscription": "allium_app.dakota.ethereum_sepolia.transactions.pull",
  "deliveryAttempt": 123
}
'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
message
object
required
subscription
string
required

Pub/Sub subscription ID (dot-separated format)

Example:

"allium_app.dakota.ethereum_sepolia.transactions.pull"

deliveryAttempt
integer

Delivery attempt number

Response

Message received and processed (or saved to failed queue)

message
string