Create, manage, and monitor Strategies programmatically
Control the full Strategy lifecycle through the API, from creation and updates to activation and monitoring.
MemePerfect for developers
Connect qualified Solana token opportunities and Strategy events to your own interfaces, monitoring workflows, analytics, and alert systems.
{
"name": "Early Launch Filter",
"triggers": ["new_token_created"],
"rules": [
{ "rule": "is_honeypot",
"dealbreaker": true, "enabled": true },
{ "rule": "risk_level",
"dealbreaker": true, "value": "LOW" },
{ "rule": "liquidity_usd",
"dealbreaker": false, "min": 10000 },
{ "rule": "market_cap",
"dealbreaker": false, "max": 1500000 }
],
"isActive": true
}
{
"strategy": {
"id": "9a46ddf3-...-55",
"name": "Early Launch Filter",
"isActive": true,
"triggers": [
{ "eventType": "new_token_created",
"enabled": true }
],
"dealbreakers": [
{ "ruleType": "is_honeypot",
"value": false },
{ "ruleType": "risk_level",
"value": "LOW" }
]
}
}
{
"id": "evt_7983e267-...-7d49",
"type": "notification.dispatched",
"created_at": "2026-03-09T11:20:42.571Z",
"data": {
"notification_id": "8bb3f32d-...-f845",
"strategy": {
"id": "9a46ddf3-...-1c35",
"name": "Early Launch Filter"
},
"trigger": {
"event_type": "new_token_created",
"correlation_id": "corr_abc123"
},
"token": {
"address": "8sJj...abc",
"symbol": "EXMPL",
"market_cap_usd": 153000,
"liquidity_usd": 24000
}
}
}
Programmable strategy intelligence
Control the full Strategy lifecycle through the API, from creation and updates to activation and monitoring.
Use webhooks to react when configured strategy conditions are met.
MemePerfect remains the intelligence layer. Custody and execution stay outside it.
What the Solana memecoin strategy API is for
The API is designed for teams that need structured Strategy data and notifications, rather than another unfiltered token feed. Define the conditions you care about, test them against recent data, then send qualified matches to the workflow that owns the next decision.
Create a Strategy for events such as new token creation, then combine market-cap, liquidity, safety, and other documented rules before an event reaches your system.
Use Backtests to review how a Strategy would have evaluated recent data. This helps teams refine their own criteria before they subscribe to live notifications.
When a configured condition is met, send the signed event to your dashboard, research queue, alerting system, or AI agent for analysis and follow-up.
Strategy API questions
No. MemePerfect provides Strategy intelligence, Backtests, and notifications. Wallet custody and trade execution remain outside MemePerfect and under the control of your chosen system.
Yes. The public agent skill documents supported workflows for creating Strategies, running Backtests, reviewing results, and working with the external API. See the MemePerfect Agent Skill for the integration path.
The developer documentation covers the API walkthrough, supported resources, authentication, and signed webhook flow. API access is available with eligible MemePerfect plans.
MemePerfect agent skill
Load the public skill so your agent can create Strategies, run Backtests, review matches, and refine the setup through the API.
Open skill.mdAPI availability
Pro60 requests/minute
Degen300 requests/minute