# Getting Started

The api is served on [**`http://localhost:50071`**](http://localhost:50071/). 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](https://dev.bloodydash.xyz/api/swap-api "mention")\
\- [positions-api](https://dev.bloodydash.xyz/api/positions-api "mention")\
add endpoint path to base URL\
\
Example:\
\&#xNAN;**`/api/v1/quick-task/swap`** -> **`http://localhost:50071/api/v1/quick-task/swap`**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.bloodydash.xyz/api/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
