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
Margin amount in USD. Must be a positive number as a string.Minimum: 1 USD equivalent
Example: “100.0”
Example: “100.0”
Leverage multiplier for the position.Range: 1 to 1000
Example: 10
Example: 10
Trading pair symbol.Supported values: “BTC-USD”, “ETH-USD”, “SOL-USD”
Example: “BTC-USD”
Example: “BTC-USD”
Response Fields
Indicates if the position was created successfully
Unique identifier for the created position
Blockchain transaction hash for the position creation
Margin amount used for the position
Leverage multiplier applied
Total position size (margin × leverage)
Price at which the position was opened
Price at which the position will be liquidated
Error Responses
Invalid request parameters or insufficient balance
Missing or invalid authentication token
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