AI-Powered Query via NLQ
Query token data and chart insights using natural language.
Endpoint
POST https://api.dapplooker.com/v1/ask-loky
💡 Pro Tips
Use the
$
prefix when referencing token tickers (e.g.,$AIXBT
) in your questions to improve the accuracy of NLP responses.This endpoint provides real-time market insights, including price, volume, market cap, and wallet activity—ideal for tracking token performance dynamically.
Include tokens in your query to receive technical analysis like support/resistance levels, RSI, and SMA values.
Request Body Parameters
Parameter name
Type
Mandatory
Description
api_key
string
Yes
Your unique Loky API key used for authentication.
chain
string
Yes
The network chain to query. Supported chains: base, solana
question
string
Yes
Query to ask. (Use $
with tickers for better response)
Sample Request
Sample Response
Response Fields Explanation
questionId
(string): A unique identifier assigned to the user's natural language question.answerId
(string): A unique identifier for the generated answer corresponding to the question.nlpResponse
(string): The interpreted response from Loky's Natural Language Query (NLQ) system based on the user's input.tokenDetails
(Object[]): An array containing detailed information about each token referenced in the user's question.
Last updated
Was this helpful?