fuse_trade_price_change_over_duration
ActiveTool of Fuse Network
declared in 0.1.0
Returns a token's price change over a custom day-count window (`{ priceChange, currentPrice, previousPrice }`).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tokenAddress",
"days"
],
"properties": {
"days": {
"type": "integer",
"minimum": 1,
"description": "Number of days to look back when computing the price change."
},
"tokenAddress": {
"type": "string",
"description": "ERC-20 contract address of the token."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries