# BLOOD GUIDE ## Docs - [AFK](https://docs.bloodydash.xyz/afk.md) - [Get Config](https://docs.bloodydash.xyz/api-reference/config/get-config.md): Retrieves the current configuration settings. - [Get Config Comments](https://docs.bloodydash.xyz/api-reference/config/get-config-comments.md): Retrieves comments associated with configuration fields. - [Update Config](https://docs.bloodydash.xyz/api-reference/config/update-config.md): Updates the configuration settings. - [Trigger "feed" Mode Tasks](https://docs.bloodydash.xyz/api-reference/feed/trigger-"feed"-mode-tasks.md): Feeds a Solana transaction to trigger "feed" mode tasks running. - [Health Check](https://docs.bloodydash.xyz/api-reference/health/health-check.md): Returns HTTP 200 OK to indicate the service is healthy. - [Trade on Polymarket](https://docs.bloodydash.xyz/api-reference/polymarket/trade-on-polymarket.md): Executes a trade on Polymarket. - [Activate Position](https://docs.bloodydash.xyz/api-reference/position/activate-position.md): Activates a specific position by its ID. - [Delete Position](https://docs.bloodydash.xyz/api-reference/position/delete-position.md): Deletes a specific position by its ID. - [Get Position by ID](https://docs.bloodydash.xyz/api-reference/position/get-position-by-id.md): Retrieves detailed information about a specific position using its ID. - [Get Positions](https://docs.bloodydash.xyz/api-reference/position/get-positions.md): Retrieves a list of positions, optionally filtered by status. - [Hide Position](https://docs.bloodydash.xyz/api-reference/position/hide-position.md): Hides a specific position by its ID. - [Create a new preset](https://docs.bloodydash.xyz/api-reference/presets/create-a-new-preset.md): Creates a new preset with the provided ID and preset data. - [Delete a preset](https://docs.bloodydash.xyz/api-reference/presets/delete-a-preset.md): Deletes the preset with the specified ID. - [Get all presets](https://docs.bloodydash.xyz/api-reference/presets/get-all-presets.md): Retrieves a list of all presets. - [Get preset comments](https://docs.bloodydash.xyz/api-reference/presets/get-preset-comments.md): Retrieves comments associated with presets. - [Rename a preset](https://docs.bloodydash.xyz/api-reference/presets/rename-a-preset.md): Renames the preset with the specified ID to the new name provided. - [Update an existing preset](https://docs.bloodydash.xyz/api-reference/presets/update-an-existing-preset.md): Updates the preset with the specified ID using the provided preset data. - [Check for Application Update](https://docs.bloodydash.xyz/api-reference/state/check-for-application-update.md): Checks if a new version of the application is available. - [Get Application State](https://docs.bloodydash.xyz/api-reference/state/get-application-state.md): Retrieves the current application state. - [Initialize Application State](https://docs.bloodydash.xyz/api-reference/state/initialize-application-state.md): Initializes the application state. - [Set License Key](https://docs.bloodydash.xyz/api-reference/state/set-license-key.md): Sets the license key for the application. - [Create a new strategy](https://docs.bloodydash.xyz/api-reference/strategies/create-a-new-strategy.md): Creates a new strategy. - [Delete a strategy](https://docs.bloodydash.xyz/api-reference/strategies/delete-a-strategy.md): Deletes an existing strategy identified by its ID. - [Get all strategies](https://docs.bloodydash.xyz/api-reference/strategies/get-all-strategies.md): Retrieves a list of all strategies. - [Rename a strategy](https://docs.bloodydash.xyz/api-reference/strategies/rename-a-strategy.md): Renames an existing strategy identified by its ID. - [Update an existing strategy](https://docs.bloodydash.xyz/api-reference/strategies/update-an-existing-strategy.md): Updates an existing strategy identified by its ID. - [Create Task Group](https://docs.bloodydash.xyz/api-reference/task/create-task-group.md): Creates a new task group in the system. - [Delete Task](https://docs.bloodydash.xyz/api-reference/task/delete-task.md): Deletes a specific task from a task group by their IDs. - [Delete Task Group](https://docs.bloodydash.xyz/api-reference/task/delete-task-group.md): Deletes a specific task group by its ID. - [Get All Task Groups](https://docs.bloodydash.xyz/api-reference/task/get-all-task-groups.md): Retrieves all task groups - [Register Tasks](https://docs.bloodydash.xyz/api-reference/task/register-tasks.md): Registers tasks in the system. This is a necessary step to initialize task modules and make them available for use. - [Rename Task Group](https://docs.bloodydash.xyz/api-reference/task/rename-task-group.md): Renames a specific task group by its ID. - [Start Idle Tasks Groups](https://docs.bloodydash.xyz/api-reference/task/start-idle-tasks-groups.md): Starts all idle tasks groups in the system. - [Start Task Group](https://docs.bloodydash.xyz/api-reference/task/start-task-group.md): Starts a specific task group by its ID. - [Stop Task Group](https://docs.bloodydash.xyz/api-reference/task/stop-task-group.md): Stops a specific task group by its ID. - [Update Task](https://docs.bloodydash.xyz/api-reference/task/update-task.md): Updates a specific task's metadata by its ID. - [Initiate Trade](https://docs.bloodydash.xyz/api-reference/trade/initiate-trade.md): Initiates a trade operation for a specified wallet. - [Collect Wallet Balance](https://docs.bloodydash.xyz/api-reference/wallet/collect-wallet-balance.md): Collects balance from multiple wallets to one wallet. - [Create Wallet](https://docs.bloodydash.xyz/api-reference/wallet/create-wallet.md): Creates a new wallet within a specified wallet group. - [Delete Wallet](https://docs.bloodydash.xyz/api-reference/wallet/delete-wallet.md): Deletes a specific wallet within a wallet group. - [Delete Wallet Group](https://docs.bloodydash.xyz/api-reference/wallet/delete-wallet-group.md): Deletes a wallet group by its ID. - [Disperse Wallet Balance](https://docs.bloodydash.xyz/api-reference/wallet/disperse-wallet-balance.md): Disperses balance from one wallet to multiple wallets. - [Get All Wallet Groups](https://docs.bloodydash.xyz/api-reference/wallet/get-all-wallet-groups.md): Retrieves all wallet groups and their associated wallets. - [Get Wallet Balance](https://docs.bloodydash.xyz/api-reference/wallet/get-wallet-balance.md): Retrieves the balance of a specific wallet. - [Rename Wallet](https://docs.bloodydash.xyz/api-reference/wallet/rename-wallet.md): Renames a specific wallet within a wallet group. - [Rename Wallet Group](https://docs.bloodydash.xyz/api-reference/wallet/rename-wallet-group.md): Renames a wallet group. - [Upgrade Wallet](https://docs.bloodydash.xyz/api-reference/wallet/upgrade-wallet.md): Upgrades a wallet - [Add Whitelist/Blacklist Wallets](https://docs.bloodydash.xyz/api-reference/wlbl/add-whitelistblacklist-wallets.md): Adds whitelist/blacklist wallets. - [Delete Whitelist/Blacklist Wallet by ID](https://docs.bloodydash.xyz/api-reference/wlbl/delete-whitelistblacklist-wallet-by-id.md): Deletes a whitelist/blacklist wallet by group ID and wallet ID. - [Delete Whitelist/Blacklist Wallets by Group ID](https://docs.bloodydash.xyz/api-reference/wlbl/delete-whitelistblacklist-wallets-by-group-id.md): Deletes whitelist/blacklist wallets by group ID. - [Drop All Whitelist/Blacklist Wallets](https://docs.bloodydash.xyz/api-reference/wlbl/drop-all-whitelistblacklist-wallets.md): Drops all whitelist/blacklist wallets. - [Get All Whitelist/Blacklist Wallets](https://docs.bloodydash.xyz/api-reference/wlbl/get-all-whitelistblacklist-wallets.md): Retrieves all whitelist/blacklist wallets. - [Get Whitelist/Blacklist Wallets by Group ID](https://docs.bloodydash.xyz/api-reference/wlbl/get-whitelistblacklist-wallets-by-group-id.md): Retrieves whitelist/blacklist wallets by group ID. - [Bot crash](https://docs.bloodydash.xyz/bot-crash.md) - [Bot stopped working](https://docs.bloodydash.xyz/bot-stopped-working.md) - [Config](https://docs.bloodydash.xyz/config-bloodline.md) - [Config](https://docs.bloodydash.xyz/config-cli.md) - [Config](https://docs.bloodydash.xyz/config-gui.md) - [Copy Trade](https://docs.bloodydash.xyz/copytrade-poly.md) - [Copy-Trade](https://docs.bloodydash.xyz/copytrade-sol.md) - [Default](https://docs.bloodydash.xyz/default-sol.md) - [Disperse / Collect Balance](https://docs.bloodydash.xyz/disperse-collect-balance.md) - [Explanation](https://docs.bloodydash.xyz/explanation.md) - [FAQ](https://docs.bloodydash.xyz/faq.md) - [Feed](https://docs.bloodydash.xyz/feed.md) - [Forwarders](https://docs.bloodydash.xyz/forwarders.md) - [General info](https://docs.bloodydash.xyz/general-info.md) - [Limit](https://docs.bloodydash.xyz/limit.md) - [Navigation Panel](https://docs.bloodydash.xyz/navigation-panel.md) - [Platforms](https://docs.bloodydash.xyz/platforms.md) - [Positions](https://docs.bloodydash.xyz/positions-cli.md) - [Positions Management](https://docs.bloodydash.xyz/positions-gui.md) - [Preset](https://docs.bloodydash.xyz/preset-cli.md) - [Presets](https://docs.bloodydash.xyz/presets-gui.md) - [RPC Management](https://docs.bloodydash.xyz/rpc.md) - [Settings](https://docs.bloodydash.xyz/settings.md) - [Setup](https://docs.bloodydash.xyz/setup.md) - [Snipe](https://docs.bloodydash.xyz/snipe-sol.md) - [Strategies](https://docs.bloodydash.xyz/strategies-cli.md) - [Strategies](https://docs.bloodydash.xyz/strategies-gui.md) - [Tasks](https://docs.bloodydash.xyz/tasks-cli.md) - [Tasks Management](https://docs.bloodydash.xyz/tasks-gui.md) - [Update](https://docs.bloodydash.xyz/update.md) - [VPS Setup](https://docs.bloodydash.xyz/vps-setup.md) - [Wallets Management](https://docs.bloodydash.xyz/wallet-management-cli.md) - [Wallets Management](https://docs.bloodydash.xyz/wallets-management-gui.md) - [WL / BL Wallets](https://docs.bloodydash.xyz/wl-bl-wallets-cli.md) - [WL / BL Wallets](https://docs.bloodydash.xyz/wl-bl-wallets-gui.md) ## OpenAPI Specs - [swagger](https://docs.bloodydash.xyz/api/swagger.json)