Advanced Search
Search Results
284 total results found
Install on Linux
Here is short guide of install Finmars community edition on your Linux. Make sure you have git (https://git-scm.com/install/linux)Make sure you have make installed. (https://www.gnu.org/software/make/)Make sure you have docker installed. (https://docs.docker....
Install on Windows
Here is short guide of install Finmars community edition on your Windows. Install WSL on your PC (https://learn.microsoft.com/en-us/windows/wsl/install)Make sure you have docker desktop installed. (https://docs.docker.com/desktop/setup/install/windows-install...
API access key
Generate and use access token
Generate access tokenGo to the URL:https://<domain_name>/<realm_code>/<space_code>/api/v1/auth-tokens/personal-access-token/create-token/Fill out the form and click POST.Copy the "access_token" field from the response.Use examples curl -H "Authorization: Bear...