How to place Equity Option chain?

I am unable to fetch equity option chain contracts using https://developer.paytmmoney.com/docs/api/option-chain/

if any one would suggest how to do it would be great, also from where I can get SYMBOL list for my equity.

Hi @adityatoke

You can get equity symbol from here.
To get equity option chain contracts you need to give type, symbol & expiry of the equity scrip. Sharing sample curl and screenshot for 3 expires:

curl :

curl --location 'https://developer.paytmmoney.com/fno/v1/option-chain?type=CALL&symbol=RELIANCE&expiry=29-06-2023' \
--header 'x-jwt-token: <JWT TOKEN>'



2 Likes

@yadavsachin thanks got where i was going wrong