GET /v1/mirror/{address}
Call this endpoint when you need to view the overries applied to a single mirror.
Authorizations
Responses
200
Success
application/json
401
Unauthorized. Make sure you're using the right api key.
application/json
404
Not found.
application/json
429
Too many requests
application/json
get
GET /v1/mirror/{address} HTTP/1.1
Host: api.odinbot.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"mirror": {
"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,
"crossMirrorPrevention": true,
"pfSlippage": 15,
"buyExtraTipPct": 2,
"sellExtraTipPct": 1,
"minMcUsd": 1,
"maxMcUsd": 1,
"address": "text",
"autoSellProfileKey": "text"
}
}
Last updated
Was this helpful?