Token
The token parameter allows you to submit a read-only access token as a parameter. If your access token is write-enabled (authorized for trading), you may not use the token as a parameter, and must submit it in a header.
Security Warning
When submitting your token in a URL, your token is exposed in server logs, cached in your browser, or otherwise made available. We do not recommend using your token as a parameter. This should only be used as a last resort in when you are unable to submit your token in a header.
Parameter
token=<token>
Use Example
https://api.marketdata.app/v1/stocks/quotes/SPY/?token=put-your-token-here
Values
token
Submit your read-only access token as a value.