x402 List

x402 Protocol Service Directory

DeepBlue Trading API

Finance

Pay-per-call crypto market intelligence: 5-min trading signals (BTC/ETH/SOL/XRP momentum), fear/greed index, on-chain whale tracking, Polymarket prediction market analytics. Live autonomous trading bot with verified track record. USDC via x402 (Base/Solana). Top-converters: /market-mood and /whale-moves at $0.01/call.

Pay from $0.001 to $0.05 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-03-14 · $70.87 all-time · last settled 2026-05-30

BASE URL https://api.deepbluebase.xyz WEBSITE https://deepbluebase.xyz ENDPOINTS 12 NETWORK Base ASSET USDC MEMBER SINCE 2026-04-28 MONITORED SINCE 2026-04-28

ASSESSMENT

updated 1h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 0%
uptime 24h
0%
uptime 7d
0%
uptime 30d
0%
uptime 90d
33.7%
response p95
-
avg response
-
total checks
2,739
compliance A (13/13), stale (probe failing)

13 of 13 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.001 to $0.05 (p8 in Finance)
price (min)
$0.001
price (max)
$0.05
category percentile (min)
p8 in Finance
category percentile (max)
p61 in Finance
endpoints / prices
12 / 5
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
2026-03-14
last settlement
2026-05-30
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$70.87
settlements all-time
2,820
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides cryptocurrency market intelligence, price data, sentiment analysis, and trading signals.

category
crypto-market-data
in
query params
cryptomarket-dataprice-trackingsentiment-analysistrading-signals

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /market-intel $0.05 Base USDC
GET /market-mood $0.01 Base USDC
GET /market-snapshot $0.01 Base USDC
GET /performance $0.01 Base USDC
GET /price/BTC $0.001 Base USDC
GET /price/ETH $0.001 Base USDC
GET /price/SOL $0.001 Base USDC
GET /price/XRP $0.001 Base USDC
GET /sentiment/composite $0.01 Base USDC
GET /signals $0.01 Base USDC
GET /trending $0.005 Base USDC
GET /whale-moves $0.05 Base USDC
12 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /market-intel returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api.deepbluebase.xyz/market-intel'
// 402 response (captured by monitor) · 12 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "biases": [
                    {
                      "bias": "neutral",
                      "coin": "BTC"
                    },
                    {
                      "bias": "bullish",
                      "coin": "ETH"
                    }
                  ],
                  "regime": "choppy",
                  "fear_greed": 58
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "biases": {
                          "type": "array"
                        },
                        "regime": {
                          "type": "string"
                        },
                        "fear_greed": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Market mood — Fear/Greed index, regime detection, and per-asset directional bias",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "biases": [
                {
                  "bias": "neutral",
                  "coin": "BTC"
                },
                {
                  "bias": "bullish",
                  "coin": "ETH"
                }
              ],
              "regime": "choppy",
              "fear_greed": 58
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/market-mood",
      "mimeType": "application/json",
      "description": "Market mood — Fear/Greed index, regime detection, and per-asset directional bias"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "biases": [
                {
                  "bias": "neutral",
                  "coin": "BTC"
                },
                {
                  "bias": "bullish",
                  "coin": "ETH"
                }
              ],
              "regime": "choppy",
              "fear_greed": 58
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "biases": {
                      "type": "array"
                    },
                    "regime": {
                      "type": "string"
                    },
                    "fear_greed": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "count": 10,
                  "pools": [
                    {
                      "token": "ETH",
                      "volume_24h": 1200000,
                      "price_change_pct": 3.2
                    }
                  ]
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "count": {
                          "type": "number"
                        },
                        "pools": {
                          "type": "array"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Trending tokens and DEX pools on Base chain",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "count": 10,
              "pools": [
                {
                  "token": "ETH",
                  "volume_24h": 1200000,
                  "price_change_pct": 3.2
                }
              ]
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/trending",
      "mimeType": "application/json",
      "description": "Trending tokens and DEX pools on Base chain"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 10,
              "pools": [
                {
                  "token": "ETH",
                  "volume_24h": 1200000,
                  "price_change_pct": 3.2
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "pools": {
                      "type": "array"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "coins": [
                    {
                      "coin": "BTC",
                      "price": 84250,
                      "signal": "UP",
                      "sentiment": 0.42,
                      "confidence": 0.65
                    }
                  ],
                  "count": 4,
                  "timestamp": "2026-03-23T04:00Z"
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "coins": {
                          "type": "array"
                        },
                        "count": {
                          "type": "number"
                        },
                        "timestamp": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "All-coins snapshot in one call — BTC, ETH, SOL, XRP prices, signals, and sentiment",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "coins": [
                {
                  "coin": "BTC",
                  "price": 84250,
                  "signal": "UP",
                  "sentiment": 0.42,
                  "confidence": 0.65
                }
              ],
              "count": 4,
              "timestamp": "2026-03-23T04:00Z"
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/market-snapshot",
      "mimeType": "application/json",
      "description": "All-coins snapshot in one call — BTC, ETH, SOL, XRP prices, signals, and sentiment"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "coins": [
                {
                  "coin": "BTC",
                  "price": 84250,
                  "signal": "UP",
                  "sentiment": 0.42,
                  "confidence": 0.65
                }
              ],
              "count": 4,
              "timestamp": "2026-03-23T04:00Z"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "coins": {
                      "type": "array"
                    },
                    "count": {
                      "type": "number"
                    },
                    "timestamp": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "token": "ETH",
                  "source": "base_dex",
                  "price_usd": 3421.55
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "token": {
                          "type": "string"
                        },
                        "price_usd": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Real-time token price from Base DEX pools",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "token"
          ],
          "properties": {
            "token": {
              "type": "string",
              "description": "Token symbol e.g. BTC, ETH, SOL, XRP"
            }
          }
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/price/ETH",
      "mimeType": "application/json",
      "description": "Real-time token price from Base DEX pools"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "var1": "ETH"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "token": {
                      "type": "string"
                    },
                    "price_usd": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        },
        "routeTemplate": "/price/:var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "token": "ETH",
                  "source": "base_dex",
                  "price_usd": 3421.55
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "token": {
                          "type": "string"
                        },
                        "price_usd": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Real-time token price from Base DEX pools",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "token"
          ],
          "properties": {
            "token": {
              "type": "string",
              "description": "Token symbol e.g. BTC, ETH, SOL, XRP"
            }
          }
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/price/SOL",
      "mimeType": "application/json",
      "description": "Real-time token price from Base DEX pools"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "var1": "SOL"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "token": {
                      "type": "string"
                    },
                    "price_usd": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        },
        "routeTemplate": "/price/:var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "daily": [],
                  "win_rate": 0.681,
                  "total_pnl": 335.42,
                  "total_trades": 2180
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "win_rate": {
                          "type": "number"
                        },
                        "total_pnl": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "DeepBlue bot on-chain verified trading performance, P&L, and win rate",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "daily": [],
              "win_rate": 0.681,
              "total_pnl": 335.42,
              "total_trades": 2180
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/performance",
      "mimeType": "application/json",
      "description": "DeepBlue bot on-chain verified trading performance, P&L, and win rate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "daily": [],
              "win_rate": 0.681,
              "total_pnl": 335.42,
              "total_trades": 2180
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "win_rate": {
                      "type": "number"
                    },
                    "total_pnl": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "token": "ETH",
                  "source": "base_dex",
                  "price_usd": 3421.55
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "token": {
                          "type": "string"
                        },
                        "price_usd": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Real-time token price from Base DEX pools",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "token"
          ],
          "properties": {
            "token": {
              "type": "string",
              "description": "Token symbol e.g. BTC, ETH, SOL, XRP"
            }
          }
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/price/BTC",
      "mimeType": "application/json",
      "description": "Real-time token price from Base DEX pools"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "var1": "BTC"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "token": {
                      "type": "string"
                    },
                    "price_usd": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        },
        "routeTemplate": "/price/:var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "12000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "count": 4,
                  "signals": [
                    {
                      "coin": "BTC",
                      "regime": "trending",
                      "direction": "UP",
                      "confidence": 0.65
                    }
                  ]
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "count": {
                          "type": "number"
                        },
                        "signals": {
                          "type": "array"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Live BTC/ETH/SOL/XRP 5-min trading signals from DeepBlue autonomous trading bot",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "count": 4,
              "signals": [
                {
                  "coin": "BTC",
                  "regime": "trending",
                  "direction": "UP",
                  "confidence": 0.65
                }
              ]
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/signals",
      "mimeType": "application/json",
      "description": "Live BTC/ETH/SOL/XRP 5-min trading signals from DeepBlue autonomous trading bot"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 4,
              "signals": [
                {
                  "coin": "BTC",
                  "regime": "trending",
                  "direction": "UP",
                  "confidence": 0.65
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "signals": {
                      "type": "array"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "btc_price": 84250,
                  "funding_rate": 0.0008,
                  "liquidation_risk": "low",
                  "orderbook_imbalance": 0.15,
                  "open_interest_change_pct": 2.1
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "btc_price": {
                          "type": "number"
                        },
                        "funding_rate": {
                          "type": "number"
                        },
                        "liquidation_risk": {
                          "type": "string"
                        },
                        "open_interest_change_pct": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "BTC macro intelligence — funding rates, liquidation cascade risk, open interest, and orderbook imbalance",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "btc_price": 84250,
              "funding_rate": 0.0008,
              "liquidation_risk": "low",
              "orderbook_imbalance": 0.15,
              "open_interest_change_pct": 2.1
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/market-intel",
      "mimeType": "application/json",
      "description": "BTC macro intelligence — funding rates, liquidation cascade risk, open interest, and orderbook imbalance"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "btc_price": 84250,
              "funding_rate": 0.0008,
              "liquidation_risk": "low",
              "orderbook_imbalance": 0.15,
              "open_interest_change_pct": 2.1
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "btc_price": {
                      "type": "number"
                    },
                    "funding_rate": {
                      "type": "number"
                    },
                    "liquidation_risk": {
                      "type": "string"
                    },
                    "open_interest_change_pct": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "count": 5,
                  "net_flow": "accumulation",
                  "whale_transfers": [
                    {
                      "coin": "BTC",
                      "direction": "exchange_outflow",
                      "amount_usd": 15000000
                    }
                  ]
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "count": {
                          "type": "number"
                        },
                        "net_flow": {
                          "type": "string"
                        },
                        "whale_transfers": {
                          "type": "array"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Whale movements and exchange flows — large transfers, exchange inflows/outflows, accumulation signals",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "count": 5,
              "net_flow": "accumulation",
              "whale_transfers": [
                {
                  "coin": "BTC",
                  "direction": "exchange_outflow",
                  "amount_usd": 15000000
                }
              ]
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/whale-moves",
      "mimeType": "application/json",
      "description": "Whale movements and exchange flows — large transfers, exchange inflows/outflows, accumulation signals"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 5,
              "net_flow": "accumulation",
              "whale_transfers": [
                {
                  "coin": "BTC",
                  "direction": "exchange_outflow",
                  "amount_usd": 15000000
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "number"
                    },
                    "net_flow": {
                      "type": "string"
                    },
                    "whale_transfers": {
                      "type": "array"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "token": "ETH",
                  "source": "base_dex",
                  "price_usd": 3421.55
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "token": {
                          "type": "string"
                        },
                        "price_usd": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Real-time token price from Base DEX pools",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "token"
          ],
          "properties": {
            "token": {
              "type": "string",
              "description": "Token symbol e.g. BTC, ETH, SOL, XRP"
            }
          }
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/price/XRP",
      "mimeType": "application/json",
      "description": "Real-time token price from Base DEX pools"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "var1": "XRP"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "token": "ETH",
              "source": "base_dex",
              "price_usd": 3421.55
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "token": {
                      "type": "string"
                    },
                    "price_usd": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        },
        "routeTemplate": "/price/:var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x47ffc880cfF2e8F18fD9567faB5a1fBD217B5552",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "mimeType": "application/json",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "GET",
                "queryParams": {}
              },
              "output": {
                "type": "json",
                "example": {
                  "label": "Greed",
                  "momentum": 0.35,
                  "timestamp": "2026-03-23T04:00Z",
                  "fear_greed": 62,
                  "funding_rate_btc": 0.0012
                }
              }
            },
            "schema": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "input"
              ],
              "properties": {
                "input": {
                  "type": "object",
                  "required": [
                    "type",
                    "method"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "enum": [
                        "GET",
                        "HEAD",
                        "DELETE"
                      ],
                      "type": "string"
                    },
                    "queryParams": {
                      "type": "object",
                      "properties": {}
                    }
                  },
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "required": [
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object",
                      "properties": {
                        "label": {
                          "type": "string"
                        },
                        "momentum": {
                          "type": "number"
                        },
                        "fear_greed": {
                          "type": "number"
                        },
                        "funding_rate_btc": {
                          "type": "number"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "description": "Multi-source aggregated crypto sentiment — Fear & Greed index, momentum scores, funding rates",
        "inputSchema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {},
          "additionalProperties": false
        },
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "properties": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "queryParams": {
              "format": {
                "type": "string",
                "required": false,
                "description": "Response format (json)"
              }
            },
            "discoverable": true
          },
          "output": {
            "type": "json",
            "example": {
              "label": "Greed",
              "momentum": 0.35,
              "timestamp": "2026-03-23T04:00Z",
              "fear_greed": 62,
              "funding_rate_btc": 0.0012
            }
          }
        },
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.deepbluebase.xyz/sentiment/composite",
      "mimeType": "application/json",
      "description": "Multi-source aggregated crypto sentiment — Fear & Greed index, momentum scores, funding rates"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "label": "Greed",
              "momentum": 0.35,
              "timestamp": "2026-03-23T04:00Z",
              "fear_greed": 62,
              "funding_rate_btc": 0.0012
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "label": {
                      "type": "string"
                    },
                    "momentum": {
                      "type": "number"
                    },
                    "fear_greed": {
                      "type": "number"
                    },
                    "funding_rate_btc": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/deepblue-trading-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
06-29 · uptime 0.0%06-30 · uptime 0.0%07-01 · uptime 0.0%07-02 · uptime 0.0%07-03 · uptime 0.0%07-04 · uptime 0.0%07-05 · uptime 0.0%07-06 · uptime 0.0%07-07 · uptime 0.0%07-08 · uptime 0.0%07-09 · uptime 0.0%07-10 · uptime 0.0%07-11 · uptime 0.0%07-12 · uptime 0.0%07-13 · uptime 0.0%07-14 · uptime 0.0%07-15 · uptime 0.0%07-16 · uptime 0.0%07-17 · uptime 0.0%07-18 · uptime 0.0%07-19 · uptime 0.0%07-20 · uptime 0.0%07-21 · uptime 0.0%07-22 · uptime 0.0%07-23 · uptime 0.0%07-24 · uptime 0.0%07-25 · uptime 0.0%07-26 · uptime 0.0%07-27 · uptime 0.0%07-28 · uptime 0.0%06-29 · uptime 0.0%06-30 · uptime 0.0%07-01 · uptime 0.0%07-02 · uptime 0.0%07-03 · uptime 0.0%07-04 · uptime 0.0%07-05 · uptime 0.0%07-06 · uptime 0.0%07-07 · uptime 0.0%07-08 · uptime 0.0%07-09 · uptime 0.0%07-10 · uptime 0.0%07-11 · uptime 0.0%07-12 · uptime 0.0%07-13 · uptime 0.0%07-14 · uptime 0.0%07-15 · uptime 0.0%07-16 · uptime 0.0%07-17 · uptime 0.0%07-18 · uptime 0.0%07-19 · uptime 0.0%07-20 · uptime 0.0%07-21 · uptime 0.0%07-22 · uptime 0.0%07-23 · uptime 0.0%07-24 · uptime 0.0%07-25 · uptime 0.0%07-26 · uptime 0.0%07-27 · uptime 0.0%07-28 · uptime 0.0%06-2907-28
30d UPTIME 0%
RESPONSE TIME
no data
AVG RESP ---
PRICE (captured 402, USD)
06-28 · $0.0107-28 · $0.01$0.0106-2807-28

Median across 12 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 0.0% compliance: 100% checks07-14 uptime: 0.0% compliance: 100% checks07-15 uptime: 0.0% compliance: 100% checks07-16 uptime: 0.0% compliance: 100% checks07-17 uptime: 0.0% compliance: 100% checks07-18 uptime: 0.0% compliance: 100% checks07-19 uptime: 0.0% compliance: 100% checks07-20 uptime: 0.0% compliance: 100% checks07-21 uptime: 0.0% compliance: 100% checks07-22 uptime: 0.0% compliance: 100% checks07-23 uptime: 0.0% compliance: 100% checks07-24 uptime: 0.0% compliance: 100% checks07-25 uptime: 0.0% compliance: 100% checks07-26 uptime: 0.0% compliance: 100% checks07-27 uptime: 0.0% compliance: 100% checks07-28 uptime: 0.0% compliance: 100% checksuptimecompliance07-1307-28
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

13/13 checks pass · grade A · stale (probe failing)
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) · click to expand
TIME STATUS RESP
○ DOWN 82ms
○ DOWN 94ms
○ DOWN 100ms
○ DOWN 82ms
○ DOWN 77ms
○ DOWN 101ms
○ DOWN 77ms
○ DOWN 70ms
○ DOWN 105ms
○ DOWN 72ms
○ DOWN 91ms
○ DOWN 78ms
○ DOWN 74ms
○ DOWN 65ms
○ DOWN 86ms
○ DOWN 93ms
○ DOWN 114ms
○ DOWN 84ms

EMBED THIS BADGE

Show that DeepBlue Trading API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

DeepBlue Trading API listed on x402-list
status
DeepBlue Trading API uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/deepblue-trading-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/deepblue-trading-api.svg" alt="DeepBlue Trading API listed on x402-list" height="28">
</a>
// Markdown
[![DeepBlue Trading API on x402-list](https://x402-list.com/badge/deepblue-trading-api.svg)](https://x402-list.com/services/deepblue-trading-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/deepblue-trading-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/deepblue-trading-api.svg?data=uptime" alt="DeepBlue Trading API uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]