Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Real-time Coinbase Exchange market data
wss://ws-feed.exchange.coinbase.com
wscat -c "wss://gateway.graylayer.tech/ws/coinbase?api_key=your_key"
subscribe
{ "type": "subscribe", "product_ids": ["BTC-USD", "ETH-USD"], "channels": ["ticker", "level2", "heartbeat"] }
ticker
level2
heartbeat
matches
status
{ "type": "unsubscribe", "product_ids": ["BTC-USD"], "channels": ["ticker"] }