Error
A valid request URL is required to generate request examples{
"config": {
"general": {
"license_key": "<string>",
"notification": {
"discord_webhook_url": "<string>"
},
"run": {
"backend": {
"api_key": "<string>",
"expose": true,
"password": "<string>",
"username": "<string>",
"whitelisted_ips": [
"<string>"
]
},
"frontend": {
"api_key": "<string>",
"host": "<string>",
"password": "<string>",
"port": 123,
"username": "<string>"
},
"mode": 123
}
},
"polygon": {
"enabled": true,
"rpc_url": "<string>",
"ws_urls": [
"<string>"
]
},
"solana": {
"enabled": true,
"geysers": [
{
"url": "<string>",
"x_token": "<string>"
}
],
"no_auto_task_startup": true,
"rpc_url": "<string>"
}
}
}{
"error": "<string>"
}Config
Get Config
Retrieves the current configuration settings.
GET
/
config
Error
A valid request URL is required to generate request examples{
"config": {
"general": {
"license_key": "<string>",
"notification": {
"discord_webhook_url": "<string>"
},
"run": {
"backend": {
"api_key": "<string>",
"expose": true,
"password": "<string>",
"username": "<string>",
"whitelisted_ips": [
"<string>"
]
},
"frontend": {
"api_key": "<string>",
"host": "<string>",
"password": "<string>",
"port": 123,
"username": "<string>"
},
"mode": 123
}
},
"polygon": {
"enabled": true,
"rpc_url": "<string>",
"ws_urls": [
"<string>"
]
},
"solana": {
"enabled": true,
"geysers": [
{
"url": "<string>",
"x_token": "<string>"
}
],
"no_auto_task_startup": true,
"rpc_url": "<string>"
}
}
}{
"error": "<string>"
}Response
OK
Show child attributes
Show child attributes
⌘I
