fuse_get_token_price_history
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fuse Network
1/7 registries