forward-fastPrice

Endpoint

GET https://pro.circular.fi/tokens/pricearrow-up-right

This endpoint retrieves the price of a Token

Headers

{
    "Content-Type": "application/json",
    "x-api-key": "your-api-key"
}

Parameters

{
    "token": "So11111111111111111111111111111111111111112" // Address of a Token
}

Response

{
    "So11111111111111111111111111111111111111112": {
        "timestamp": 1745345940000,
        "price": 145.068149321
    }
}

Informations:

Last updated