Skip to main content
POST
/
api
/
v0
/
trade
/
pricechange
/
{tokenAddress}
Get Price Change for Token Over Time Duration
curl --request POST \
  --url https://api.fuse.io/api/v0/trade/pricechange/{tokenAddress} \
  --header 'Content-Type: application/json' \
  --data '
{
  "duration": {
    "days": 1
  }
}
'
{
  "data": {
    "priceChange": "<string>",
    "currentPrice": "<string>",
    "previousPrice": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

tokenAddress
string
required

Token Contract Address.

Query Parameters

apiKey
string
required

Your Public API key.

Body

application/json
duration
object

Response

200 - application/json

OK

data
object