Getting Started
The api is served on 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
- Positions API
add endpoint path to base URL
Example:
/api/v1/quick-task/swap -> http://localhost:50071/api/v1/quick-task/swap
Last updated