Infinn API Documentation
Market Info

Get Option Chain

POST/NorenWClientAPI/GetOptionChain

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.

Logged in User Id

Trading symbol of any of the option or future. Option chainfor that underlying will be returned. (use url encoding to avoid special char error for symbols like M&M)

Exchange (UI need to check if exchange in NFO / CDS /MCX / or any other exchange which has options, if not don't allow)

Mid price for option chain selection

Number of strike to return on one side of the mid price for PUT and CALL. (example cnt is 4, total 16 contracts will be returned, if cnt is is 5 total 20 contract will be returned)

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/GetOptionChain

Request Details

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
Authorization*Bearer <access_token>access_token from GenAcsTok response. Required for all API calls.

Response Details

Response data will be in json format with below fields:

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