1. Helper Functions
IPO Data API
  • IPO API - Introduction
  • Authentication, Request & Response
  • Code Samples & API Trial
  • List of APIs
  • IPO Data APIs
    • GetIPOInformationData
      GET
    • GetIPOSubscriptionData
      GET
  • Helper Functions
    • GetServerInfo
      GET
    • GetLimitation
      GET
  • Glossary
    • Glossary
  • Release Notes
  • Schemas
    • IpoInformation
    • IpoInformationItem
    • IpoInformationRange
    • IpoSubscriptionData
  1. Helper Functions

GetLimitation

GET
/GetLimitation
GetLimitation function returns user account information (e.g. which functions are allowed, Exchanges allowed,etc.)

What is returned ?#

Returns details about user account (what is allowed / disallowed).
For details, please see the complete glossary.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/GetLimitation?accessKey=30bd31ff-fb7e-4d6c-a76e-06750e3eeb09&format=[
    "Json"
]'

Responses

🟢200
Success
This response does not have a body.
Previous
GetServerInfo
Next
Glossary
Built with