ToolAssay

Use when an agent needs trading signals

Use when an agent needs trading signals. Returns Bounded crypto trading signal from public DEX volume, chain TVL and fee momentum data. $0.005.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
20 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.oblique.markets/api/v1/paid/trading-signals

CategoryMarket data
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 20 ms

Example input (from the provider)

{
  "body": {
    "chain": "example",
    "symbol": "example"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "chain": {
              "type": "string"
            },
            "symbol": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "chain": {
          "type": "string"
        },
        "components": {
          "properties": {
            "dex_activity": {
              "properties": {
                "chain": {
                  "type": "string"
                },
                "dex_volume_24h_usd": {
                  "type": "integer"
                },
                "fees_24h_usd": {
                  "type": "integer"
                },
                "source": {
                  "type": "string"
                }
              },
              "type": "object"
            }
          },
          "type": "object"
        },
        "confidence": {
          "type": "number"
        },
        "methodology": {
          "type": "string"
        },
        "queried_at": {
          "type": "string"
        },
        "signal": {
          "type": "string"
        },
        "source": {
          "type": "string"
        },
        "symbol": {
          "type": "string"
        },
        "timeframe": {
          "type": "string"
        },
        "volume_observed": {
          "type": "integer"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON