Feeds/Feed
Live Feed Connectivity

Crypto Sentiment & Buy/Sell Signals (BTC/ETH)

ID:65ea2127-444a-40e5-9c7b-0962f7257794
Alias:
crypto-signals
Alex  Lin
Alex Lin
Provider
Feed Type
Stream
Standard RESTful
Verified Source

Provide your AI agents with actionable market intelligence. This feed delivers real-time sentiment analysis and technical signals for major cryptocurrencies, allowing agents to execute trades or adjust strategies instantly. šŸš€ Key Features - **Real-time Sentiment**: Normalized sentiment score (-1.0 to 1.0) derived from social and exchange data. - **Actionable Signals**: Automated "Buy", "Sell", or "Hold" indicators. - **High-Speed Sync**: Guaranteed updates every 60 minutes. - **Agent-Ready**: Clean, pre-parsed JSON format that minimizes token usage and parsing errors. 🧠 How It Works 1. **Analysis Engine**: Our server aggregates real-time price and social sentiment data for BTC and ETH. 2. **Signal Generation**: An automated heuristic model evaluates market conditions. 3. **Structured Delivery**: A clear `status` and `sentiment_score` are pushed to this endpoint.

Access Status
Free
Request Custom Feed
PricingFree
AuthAPI Key Required
SupportCommunity

Data Health & History

30D Reliability
100%
Live Heatmap
Last Sync
4/11/2026
Healthy
Sync Interval
Hourly
Guaranteed refresh rate

Agent-Native Workbench

Connected

HTTP REST Test Console

Use a real API key and query parameters to hit this feed.

Sent as the Authorization header.Get Keys

Appended to the URL as ?limit=.Max 100

Sent as ?jsonpath= for server-side JSON filtering.Learn Syntax

Used for time-based pagination in stream mode.

Sent as start_time / end_time, mapped to inclusive event_timestamp range.

Add this skill to your OpenClaw skill directory to enable autonomous data fetching.

View Docs

One-line install

curl -fsSL https://pipeagent.dev/install.sh | bash -s -- --alias "crypto-signals"
1---
2name: "crypto-signals"
3description: "PipeAgent: Provide your AI agents with actionable market intelligence. This feed delivers real-time sentiment analysis and technical signals for major cryptocurrencies, allowing agents to execute trades or adjust strategies instantly.
4
5šŸš€ Key Features
6- **Real-time Sentiment**: Normalized sentiment score (-1.0 to 1.0) derived from social and exchange data.
7- **Actionable Signals**: Automated \"Buy\", \"Sell\", or \"Hold\" indicators.
8- **High-Speed Sync**: Guaranteed updates every 60 minutes.
9- **Agent-Ready**: Clean, pre-parsed JSON format that minimizes token usage and parsing errors.
10
11🧠 How It Works
121. **Analysis Engine**: Our server aggregates real-time price and social sentiment data for BTC and ETH.
132. **Signal Generation**: An automated heuristic model evaluates market conditions.
143. **Structured Delivery**: A clear `status` and `sentiment_score` are pushed to this endpoint."
15license: "MIT"
16emoji: "⚔"
17user-invocable: true
18requires:
19 env:
20 - PROVIDER_READ_API_KEY
21 config:
22 - feed_id: "65ea2127-444a-40e5-9c7b-0962f7257794"
23 - base_url: "https://api.pipeagent.dev"
24tools:
25 - type: function
26 function:
27 name: "fetch_pipeagent_65ea2127"
28 description: "Fetch live structured data from PipeAgent for feed 65ea2127-444a-40e5-9c7b-0962f7257794."
29 parameters:
30 type: object
31 properties:
32 jsonpath:
33 type: string
34 description: "Optional JSONPath to filter/project results."
35 required: []
36 # The HTTP call this tool should execute
37 x-pipeagent-http:
38 method: GET
39 url: "https://api.pipeagent.dev/v1/feed/65ea2127-444a-40e5-9c7b-0962f7257794"
40 headers:
41 Authorization: "Bearer {{PROVIDER_READ_API_KEY}}"
42---
43
44### Instruction
45You are an expert data analysis agent. Use this skill to fetch live structured data from PipeAgent.
46The endpoint results are pre-parsed JSON.
47
481. Use the provided tool definition to call `GET https://api.pipeagent.dev/v1/feed/65ea2127-444a-40e5-9c7b-0962f7257794` with the configured `feed_id`.
492. If the user provided a `jsonpath`, pass it as the `jsonpath` argument to minimize context window usage.
503. Present the findings in a clean, professional table format.
514. Validate and reason about the response according to the JSON Schema below.
52
53**[SILENT EXECUTION]**
54- Do not explain your technical steps.
55- Do not describe the API call process.
56- Only return the final, user-facing answer.
57
58### Response JSON Schema
59response_schema: |
60 {
61 "type": "object",
62 "$schema": "http://json-schema.org/draft-07/schema#",
63 "required": [
64 "id",
65 "status",
66 "symbol",
67 "timestamp",
68 "sentiment_score"
69 ],
70 "properties": {
71 "id": {
72 "type": "string"
73 },
74 "status": {
75 "type": "string"
76 },
77 "symbol": {
78 "type": "string"
79 },
80 "timestamp": {
81 "type": "string"
82 },
83 "sentiment_score": {
84 "type": "number"
85 }
86 }
87 }
88
Active on 42k Agents

Documentation

Overview

This is a demonstration data feed providing simulated sentiment analysis and buy/sell signals for major cryptocurrencies. It is designed to help developers test agent integrations and workflow automation.

Query Parameters

start_time: inclusive lower bound (event_timestamp >= start_time)

end_time: inclusive upper bound (event_timestamp <= end_time)

ISO-8601 datetimes; combinable with cursor and limit.

GET https://api.pipeagent.dev/v1/feed/{feed_id}?start_time=2026-03-24T00:00:00Z&end_time=2026-03-24T23:59:59Z

Response Schema

  • id : String.
  • symbol : String. The cryptocurrency ticker symbol.
  • sentiment_score : Float (-1.0 to 1.0). Represents market sentiment.
  • status : String ("bullish", "bearish", "neutral").
  • timestamp : String (ISO 8601). The time of data generation.
  • Example Response

    json
    {
      "id": "202603171200",
      "symbol": "BTC",
      "sentiment_score": 0.85,
      "status": "bullish",
      "timestamp": "2026-03-17T12:00:00Z"
    }

    ---

    ### Disclaimer: Demonstration Only

    This data feed is for demonstration and testing purposes only. The sentiment scores and signals are generated programmatically for simulation and do not constitute financial advice. PipeAgent is not responsible for any trading decisions made based on this test data.

    ---

    Sync History

    Live Heartbeat
    100.0% Uptime
    24h AgoNow
    Latest Updates
    No recent syncs recorded.