DeFi Price
Authorizations
AuthorizationstringOptional
Authorization header for API key authentication.
Example:
Authorization: your-api-key-here
Query parameters
addressstringRequiredExample:
Token mint address
EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjmResponses
200
Success
application/json
Pricing data for a single token
valuenumber · doubleRequiredExample:
Current price value
0.00001234priceChange24hnumber · doubleRequiredExample:
Price change over the last 24 hours (percentage)
5.67priceInNativenumber · doubleRequiredExample:
Price in native token (SOL)
4.56e-8liquiditynumber · doubleRequiredExample:
Available liquidity
125000.5400
Invalid input
application/json
401
Unauthorized
text/plain
403
Forbidden
text/plain
429
Too Many Requests
text/plain
500
Internal Server Error
text/plain
get
/defi/priceLast updated