Overview
Mode-x402 is a complete library of signals and indicators for intelligent trading agents
Protocol
x402
Price
$0.0010
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-03-02 01:01:25
Health
Status
degraded
Latency (p50)
32ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-03-21 01:25:04
Last Healthy
2026-03-20 23:59:21
Consecutive Failures
0
Input Schema
{
"body_fields": {
"indicators": {
"description": "List of indicators to compute",
"items": {
"properties": {
"kind": {
"description": "Type of indicator, e.g., 'ema', 'bbands', 'macd'",
"type": "string"
},
"limit": {
"description": "Number of data points to compute",
"type": "integer"
}
},
"required": [
"kind"
],
"type": "object"
},
"type": "array"
},
"symbol": {
"description": "Trading pair symbol, e.g., 'ETHUSDT'",
"type": "string"
},
"time_frame": {
"description": "Time frame for the indicator, e.g., '5m', '1h'",
"type": "string"
}
},
"body_type": "json",
"discoverable": true,
"header_fields": {},
"method": "POST",
"query_params": {},
"type": "http"
}
Output Schema
{
"data": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"data": {
"items": {
"properties": {
"id": {
"description": "Unique identifier for the indicator instance",
"type": "string"
},
"indicator": {
"description": "Type of indicator",
"type": "string"
},
"meta": {
"properties": {
"category": {
"description": "Category of the indicator",
"type": "string"
},
"description": {
"description": "Description of the indicator",
"type": "string"
},
"display_name": {
"description": "Display name of the indicator",
"type": "string"
},
"timezone": {
"description": "Timezone of the data",
"type": "string"
}
},
"type": "object"
},
"symbol": {
"description": "Trading pair symbol",
"type": "string"
},
"time_frame": {
"description": "Time frame for the indicator",
"type": "string"
},
"values": {
"items": {
"properties": {
"timestamp": {
"description": "ISO format date time of the data point",
"type": "string"
},
"value": {
"description": "Value of the indicator at the timestamp",
"type": [
"number",
"null"
]
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"status": {
"description": "Status of the request",
"type": "string"
}
}
}
}