> For the complete documentation index, see [llms.txt](https://dev.bloodydash.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.bloodydash.xyz/api/getting-started.md).

# Getting Started

The api is served on [**`http://localhost:50071`**](<http://localhost:50071/&#xA;>). If you opened another instance the port number is incremented by 1, so the **`first instance`** will have port **`50071`**, **`second instance`** will have port **`50072`** and so on.\
\
In order to use\
\- [Swap API](/api/swap-api.md)\
\- [Positions API](/api/positions-api.md)\
add endpoint path to base URL\
\
Example:\
\&#xNAN;**`/api/v1/quick-task/swap`** -> **`http://localhost:50071/api/v1/quick-task/swap`**
