Skip to main content
WEBHOOK
asset-price-tick
{
  "symbol": "BTC",
  "price": 123,
  "timestamp_ms": 123
}

Body

application/json

Payload delivered on every raw Chainlink price tick for a tracked crypto asset

symbol
enum<string>
required

Asset symbol

Available options:
BTC,
ETH,
SOL,
XRP,
DOGE,
BNB,
HYPE
price
number
required

Current asset price in USD from the Chainlink feed

timestamp_ms
integer<int64>
required

Tick timestamp (milliseconds since Unix epoch)

Response

Webhook delivery acknowledged

Last modified on March 17, 2026