You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_get_token_price_history

Active

Tool of Fuse Network

declared in 0.1.0

Returns OHLC / interval price stats for an ERC-20 token over a week, month, or year. Powered by the Fusebox SDK TradeModule.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tokenAddress",
    "timeFrame"
  ],
  "properties": {
    "timeFrame": {
      "enum": [
        "week",
        "month",
        "year"
      ],
      "type": "string",
      "description": "Granularity / range for the price series."
    },
    "tokenAddress": {
      "type": "string",
      "description": "Address of the ERC-20 token to fetch price history for."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fuse Network

1/7 registries
View full server →
fuse_get_token_price_history — Fuse Network — PRSM MCP