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>"
  }
}

Path Parameters

tokenAddress
string
required

Token Contract Address.

Query Parameters

apiKey
string
required

Your Public API key.

Response

200 - application/json

OK

data
object