Skip to main content

Get Price Change for Token Over An Interval

GET 

https://api.fuse.io/api/v0/trade/pricechange/interval/:timeFrame/:tokenAddress

Get Price Change for Token Over An Interval

Request

Path Parameters

    timeFrame stringrequired

    How far to look back. Allowed values: "ALL","MONTH","WEEK","DAY","HOUR"

    Example: ALL
    tokenAddress stringrequired

    Token Contract Address

    Example: 0x495d133B938596C9984d462F007B676bDc57eCEC

Query Parameters

    apiKey string

    (Required) Your Public API key

    Example: {{publicKey}}

Responses

OK

Response Headers
  • Date string
  • Content-Type string
  • Content-Length integer
  • Connection string
  • X-Powered-By string
  • ETag string
Schema

    object

curl -L -X GET 'https://api.fuse.io/api/v0/trade/pricechange/interval/:timeFrame/:tokenAddress' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v0
Parameters
— pathrequired
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?