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

Details

Path Parameters

    tokenAddress stringrequired

    Token Contract Address.

Details

Query Parameters

    apiKey stringrequired

    Your Public API key.

Details

Body

required

    Details

    duration

    object

    days integer

Responses

OK

Details

Schema

    Details

    data

    object

    priceChange string
    currentPrice string
    previousPrice string
Loading...

Was this page helpful?