This endpoint returns aggregated dashboard data, including statistics for narratives and purposes as well as time-series data for chart rendering.
curl -X GET "https://Solvra.tech/dashboard_data"
This endpoint returns details of the most recent generated memecoin, including time, IP address, coin name, and ticker.
curl -X GET "https://Solvra.tech/latest"
This endpoint generates a new memecoin based on provided inputs. It requires the following form parameters: describe
, narrative
, and purpose
. The response is a JSON object with fields: name, ticker, description, roadmap, social, ip, time, and coin_count.
curl -X POST https://Solvra.tech/ask -H "Content-Type: application/x-www-form-urlencoded" -d "describe=Elon&narrative=Meme&purpose=Fun"
Social Media