This message indicates that the quantity provided in the request is invalid. A quantity must be a numeric value that is greater than zero. It can be a string, integer or float as long as it is a numeric value. If the quantity provided is not a valid number, the request will not be processed.
Invalid quantity example:
{
"ticker": "AAPL",
"action": "buy",
"quantity": "ten shares"
}
Here is an example of a valid request that will buy 10 shares of AAPL:
{
"ticker": "AAPL",
"action": "buy",
"quantity": 10
}
Or if you want to use a string for the value, you can as well. As long as it is a numeric value, TradersPost can understand it:
{
"ticker": "AAPL",
"action": "buy",
"quantity": "10"
}
Free 7-day trial
Set-up in 3 minutes
Paper account for testing
Your browser didn't send the information this action needs.
That usually means a privacy tool, ad blocker, or other browser extension changed the page before you clicked. Nothing is wrong with your account.
What to try: allow this site in your ad blocker or privacy extension, use a private window with extensions turned off, or reload the page and try again.
Still stuck? Contact support and we can help.