Infinn API Documentation
Market Info

Span Calculator

POST/NorenWClientAPI/SpanCalc

Authorization token is required. Enter your access_token from GenAcsTok above.

jData fields

Values are sent as a JSON string in the jData form field.

Any Account id, preferably actual account id if sending from post login screen

Array of json objects. (object fields given in below table)

Exchange

Instrument name

Symbol name

YYYY-MM-DD format

Option Type

Strike price

Buy Open Quantity

Sell Open Quantity

Net Open Quantity

Authorization Token

Required for all API calls. Use the access_token from the GenAcsTok response as a Bearer token.

Request to be POSTed to url : /NorenWClientAPI/SpanCalc

Request Details

Response Details

Response data will be in json format with below fields:

curl --request POST \
  --url 'https://api.infinn.in/NorenWClientAPI/SpanCalc' \
  --header 'Content-Type: text/plain' \
  --data 'jData={}'
Response will appear here after sending a request