cURL
curl --request GET \ --url https://api.coinversa.ai/api/public/v1/pulse/market/candles/recent/{symbol} \ --header 'X-API-Key: <api-key>'
[ { "close": 123, "coin": "<string>", "high": 123, "interval": "<string>", "low": 123, "open": 123, "timeMs": 123, "tradeCount": 123, "volume": 123 } ]
Documentation IndexFetch the complete documentation index at: https://docs.coinversa.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get one at https://coinversa.ai/developers
OK