The historical option trades API provides trade data for a list of contract symbols between the specified dates.
The returned results are sorted by symbol first then by trade timestamp. This means that you are likely to see only one symbol in your first response if there are enough trades for that symbol to hit the limit you requested.
In these situations, if you keep requesting again with the next_page_token from the previous response, you will eventually reach the other symbols if any trades were found for them.
401Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.
403The requested resource is forbidden.
500Internal server error. We recommend retrying these later. If the issue persists, please contact us on Slack or on the Community Forum.