Trading Operations
Create Short Position
Open a short position with specified margin and leverage
POST
Overview
Create a short position on Strike Protocol with specified margin and leverage. A short position profits when the asset price decreases.Authentication
Include your API key in the X-API-Key header:Request Body
string
required
Margin amount in USD. Must be a positive number as a string.Minimum: 1 USD equivalent
Example: “100.0”
Example: “100.0”
integer
required
Leverage multiplier for the position.Range: 1 to 1000
Example: 10
Example: 10
string
required
Trading pair symbol.Supported values: “BTC-USD”, “ETH-USD”, “SOL-USD”
Example: “BTC-USD”
Example: “BTC-USD”
Response Fields
boolean
Indicates if the position was created successfully
integer
Unique identifier for the created position
string
Blockchain transaction hash for the position creation
string
Margin amount used for the position
integer
Leverage multiplier applied
string
Total position size (margin × leverage)
string
Price at which the position was opened
string
Price at which the position will be liquidated
Error Responses
object
Invalid request parameters or insufficient balance
object
Missing or invalid authentication token
object
Rate limit exceeded (10 requests per minute for trading endpoints)
Next Steps
After creating a short position:- Monitor Position - Use Get Positions to track your position
- Check Dashboard - View comprehensive data with Dashboard
- Close Position - Manually close with Close Position
- Emergency Exit - Use Emergency Exit if needed
Authorizations
Strike Protocol API key authentication
Body
application/json