Replies: 4 comments 1 reply
-
You can trigger malformed responses from their backend by sending something mildly unexpected. For example, request the estimated price of ETH with a quantity below their minimum order size. You'll need access to generate your own app key, etc. You'll receive an
The actual results (even with my bad quantity value) are tacked onto the error (which should end the API's response) which makes the entire JSON response malformed. |
Beta Was this translation helpful? Give feedback.
-
Endpoint for gathering orders doesn't include |
Beta Was this translation helpful? Give feedback.
-
I feel like I'm missing something but the backend is way too sensitive to timestamp values. My clock is NTP synced but Robinhood's CloudFront instance is 5 seconds behind so it rejects requests occasionally even though the docs say they'll accept timestamps up to 30 seconds behind their system clock. I'd appreciate an endpoint to gather their system time but I'm using HTTP response headers to try and find it for now. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
AFAIK, they don't have a place to report issues with their API docs so I'm putting problems I find here for now.
Beta Was this translation helpful? Give feedback.
All reactions