DEGIRO settings API

The settings API from DEGIRO — 4 operation(s) for settings.

Operations 4

GET /pa/secure/settings/beta-test TODO #
GET /pa/secure/settings/iex TODO #
GET /pa/secure/settings/user TODO #
GET /pa/secure/settings/web TODO #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/degiro-settings-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

degiro-settings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 0.0.1
  title: Unofficial Degiro config Settings API
  description: Unofficial Degiro API
  contact:
    name: Maxim De Clercq
    url: https://github.com/maximdeclercq/degiro-client
    email: maximdeclercq00@gmail.com
servers:
- url: https://trader.degiro.nl
security:
- SessionIdAuth: []
  IntAccountAuth: []
tags:
- name: settings
paths:
  /pa/secure/settings/beta-test:
    get:
      summary: TODO
      description: TODO
      operationId: beta-test
      tags:
      - settings
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      isEnabled:
                        type: boolean
                      isEnabledForCurrentVersion:
                        type: boolean
                      isForced:
                        type: boolean
  /pa/secure/settings/iex:
    get:
      summary: TODO
      description: TODO
      operationId: iex
      tags:
      - settings
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      enabled:
                        type: boolean
  /pa/secure/settings/user:
    get:
      summary: TODO
      description: TODO
      operationId: user
      tags:
      - settings
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      desktop:
                        type: object
                        properties:
                          hasSeenProductTour:
                            type: boolean
                          isAccountSummaryOpened:
                            type: boolean
                          transactionsTableSize:
                            type: integer
                          hasClosedInvitationPromotion:
                            type: boolean
                      mobile:
                        type: object
                        properties:
                          hasClosedFeedbackPromotion:
                            type: boolean
                          hasSeenProductTour:
                            type: boolean
                          hasClosedInvitationPromotion:
                            type: boolean
  /pa/secure/settings/web:
    get:
      summary: TODO
      description: TODO
      operationId: web
      tags:
      - settings
      responses:
        200:
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      defaultMarketMoversIndexId:
                        type: integer
                      marketMoversIndexIds:
                        type: array
                        items:
                          type: integer
                      marketPageChartIndex:
                        type: object
                        properties:
                          closePrice:
                            type: number
                          country:
                            type: string
                          name:
                            type: string
                          vwdId:
                            type: string
                          id:
                            type: integer
                      marketPageIndices:
                        type: array
                        items:
                          type: object
                          properties:
                            closePrice:
                              type: number
                            country:
                              type: string
                            name:
                              type: string
                            vwdId:
                              type: string
                            id:
                              type: integer
                      marketPageFutures:
                        type: array
                        items:
                          type: object
                          properties:
                            country:
                              type: string
                            name:
                              type: string
                            vwdId:
                              type: string
                            id:
                              type: integer
                      marketPageCurrencies:
                        type: array
                        items:
                          type: object
                          properties:
                            fromCountry:
                              type: string
                            toCountry:
                              type: string
                            name:
                              type: string
                            vwdId:
                              type: string
                            id:
                              type: integer
                      defaultStockCountryId:
                        type: integer
                      defaultStockListType:
                        type: string
                      defaultStockListId:
                        type: integer
                      defaultOptionExchangeId:
                        type: integer
                      defaultOptionCountryId:
                        type: integer
                      defaultOptionUnderlyingIsin:
                        type: string
                      defaultFutureExchangeId:
                        type: integer
                      defaultFutureCountryId:
                        type: integer
                      defaultFutureUnderlyingIsin:
                        type: string
                      defaultLeveragedExchangeId:
                        type: integer
                      defaultLeveragedShortLong:
                        type: integer
                      defaultLeveragedIssuerId:
                        type: integer
                      defaultLeveragedUnderlyingId:
                        type: integer
                      defaultLeveragedPopularOnly:
                        type: boolean
                      defaultBondIssuerType:
                        type: integer
                      defaultBondExchangeId:
                        type: integer
                      defaultFundFeeType:
                        type: integer
                      defaultFundIssuerId:
                        type: integer
                      defaultEtfExchangeId:
                        type: integer
                      defaultEtfFeeType:
                        type: integer
                      defaultEtfIssuerId:
                        type: integer
                      defaultEtfPopularOnly:
                        type: boolean
                      defaultCfdExchangeId:
                        type: integer
                      defaultWarrantUnderlyingName:
                        type: integer
                      defaultWarrantIssuerName:
                        type: integer
                      decimalDelimiter:
                        type: string
                      thousandDelimiter:
                        type: string
components:
  securitySchemes:
    SessionIdAuth:
      type: apiKey
      in: query
      name: sessionId
    IntAccountAuth:
      type: apiKey
      in: query
      name: intAccount