It returns a Dict. I get the items of the JSON object using get('key', {}).
https://docs.tradier.com/reference/brokerage-api-markets-get-options-chains
You're right. I'll inspect what is the type / response of the JSON when I get AttributeError.
Thanks.