Skip to main content

Get Price Change for Token Over Time Duration

POST 

/pricechange/:tokenAddress

Specify a duration object to calculate the price change over the specified timeframe.

Request

Path Parameters

    tokenAddress stringrequired

    Token Contract Address.

Query Parameters

    apiKey stringrequired

    Your Public API key.

Body

required
    duration object
    days integer

Responses

OK

Schema
    data object
    priceChange string
    currentPrice string
    previousPrice string
Loading...

Was this page helpful?