Chainlink / US Dollar (LINKUSD) market data
Chainlink priced in USD (LINKUSD).
About Chainlink / US Dollar (LINKUSD)
LINKUSD is the price of one Chainlink token in US dollars. LINK is often monitored alongside other infrastructure tokens, so applications need current prices, historical bars, and a clean schema.
SiftingIO normalizes LINKUSD into live quotes and historical OHLCV data. The live quote returns trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Historical LINKUSD bars are available over REST at standard intervals. The same symbol can be used across REST, WebSocket, SDKs, and MCP tools for dashboards, alerts, and AI-assisted market workflows.
Reference data
- Symbol
- LINKUSD
- Name
- Chainlink / US Dollar
- Asset class
- Crypto
- Venue
- CEX
- Base asset
- LINK
- Quote asset
- USD
- Currency
- USD
- Base asset
- Chainlink
LINKUSD Crypto Price and Market Data API
Access LINKUSD crypto price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.
Use crypto/LINKUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time crypto market updates.
curl -H "X-API-Key: $SIFTING_API_KEY" \
"https://api.sifting.io/v1/last/trade/crypto/LINKUSD"# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "cex", "symbols": ["LINKUSD"] }# With the SiftingIO MCP server connected:Get the latest LINKUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for LINKUSD at a 1h interval.Related crypto
Related reading
Frequently asked questions about Chainlink / US Dollar (LINKUSD)
What is LINKUSD?
LINKUSD is the price of Chainlink's LINK token quoted in US dollars.
How do I get real-time LINKUSD prices from an API?
Use the live snapshot endpoint for LINKUSD. It returns trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.
Can I stream LINKUSD over WebSocket?
Yes. Subscribe to LINKUSD with the crypto product code to receive live consolidated updates.
Does SiftingIO provide historical LINKUSD OHLCV bars?
Yes. Historical open, high, low, close, and volume bars are available over REST at documented intervals.
Can MCP clients request LINKUSD data?
Yes. The SiftingIO MCP server lets compatible AI clients request LINKUSD live and historical market data through tool calls.