Skip to main content
GET
/
api
/
v0
/
trade
/
pricechange
/
{tokenAddress}
Get Price Change for Token Over Last 24 hours
curl --request GET \
  --url https://api.fuse.io/api/v0/trade/pricechange/{tokenAddress}
{
  "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.

Response

200 - application/json

OK

data
object