Price
Endpoint
GET https://pro.circular.fi/tokens/price
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:
Requests per minute: 180/600
More technical information here
Last updated