Skip to main content

Access to Graphql from Browser Playground

Open the GraphQL playground in your browser:

https://<your-finmars-domain>/:realm_code:/space_code:/graphql/

E.g. https://eu-central.finmars.com/realm0v4ry/space063sw/graphql/ (Link is not lead to anything, just an example)

You will see:

  • Query editor
  • Schema explorer
  • Result panel

You must be authenticated.

Screenshot 2025-12-16 at 15.49.17.png


You can access Documentation


Click ob button with Book icon in top left corner


Screenshot 2025-12-16 at 17.04.47.png

Now you can navigate on Schema

To see what operation you could call, click on "Query"




Screenshot 2025-12-16 at 17.05.41.png

Here is the list of supported operations.


Screenshot 2025-12-16 at 17.06.16.png

So, here you can see "Type" it will show to you all available Fields to work with in your Query

Also you can see "Filters" and "Pagination". These sections will show you how to configure your Query to work with data



Screenshot 2025-12-16 at 17.08.10.png


For example you could see that there is String filters and Data Filters. Other Relations fields also could be filters