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>"
}Receives Google Pub/Sub webhook notifications from Allium containing blockchain transaction data. Processes and stores to TimescaleDB.
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>"
}Message received and processed (or saved to failed queue)