logo
Trading

Place order

post
https://api.snaptrade.com/api/v1/trade/{tradeId}
Path
tradeIdstring (format: uuid)required
The ID of trade object obtained from trade/impact endpoint
Query
userIdstringrequired
SnapTrade User ID
userSecretstringrequired
SnapTrade User Secret (generated when registering user)
Request Body
wait_to_confirmboolean or null
Optional, defaults to true. Determines if a wait is performed to check on order status. If false, latency will be reduced but orders returned will be more likely to be of status PENDING as we will not wait to check on the status before responding to the request

Responses

Authorization
Request
Installation
$
npm install snaptrade-typescript-sdk
1
Loading...