Config
Last updated
Last updated
GET /api/v1/config HTTP/1.1
Host: localhost:50000
Accept: */*
{
"config": {
"general": {
"license_key": "text",
"notification": {
"discord_webhook_url": "text"
},
"run": {
"backend": {
"api_key": "text",
"expose": true,
"password": "text",
"username": "text",
"whitelisted_ips": [
"text"
]
},
"frontend": {
"api_key": "text",
"host": "text",
"password": "text",
"port": 1,
"username": "text"
},
"mode": 1
}
},
"polygon": {
"enabled": true,
"rpc_url": "text",
"ws_urls": [
"text"
]
},
"solana": {
"enabled": true,
"geysers": [
{
"type": "yellowstone",
"url": "text",
"x_token": "text"
}
],
"no_auto_task_startup": true,
"rpc_url": "text"
}
}
}