GET /v1/mirrors
Last updated
Last updated
GET /v1/mirrors HTTP/1.1
Host: api.odinbot.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"mirrors": [
{
"tradeSizeLamports": 1,
"tradeSpeed": "Standard",
"sellStrategy": "SellAll",
"maxBuysPerMirrorPerHour": 3,
"maxBuysPerMirrorPerDay": 3,
"maxBuysPerTokenPerDay": 1,
"maxBuysPerTokenPerWeek": 5,
"allowPumpFun": true,
"snipeLaunchpadLaunches": true,
"launchpadLaunchSnipeTradeSizeSol": 0.2,
"mevProtection": "Fastest",
"degenMode": true,
"allowBuys": true,
"buyStrategy": "Constant",
"ssMinBuy": 0.05,
"ssPercent": 50,
"ssMaxBuy": 2,
"buyMode": "Instant",
"buyDipPct": 5,
"buyDipTimeoutSecs": 86400,
"crossMirrorPrevention": true,
"pfSlippage": 15,
"buyExtraTipPct": 2,
"sellExtraTipPct": 1,
"minMcUsd": 1,
"maxMcUsd": 1,
"minTokenAgeSecs": 60,
"maxTokenAgeSecs": 604800,
"onlyCopyNewPositions": true,
"address": "text",
"autoSellProfileKey": "text"
}
]
}