v3
latestOpenAPI 3.0.02026-07-311784111.3 MBAccount Management
Private
Retrieves the open position for a specific instrument. Returns detailed position information including size, average entry price, mark price, unrealized P&L, initial margin, maintenance margin, and other position-related metrics.
If no position exists for the specified instrument, the response will indicate a zero position.
Scope: trade:read
get/private/get_position
Query parameters
instrument_namestring required
Unique instrument identifier
Example:BTC-PERPETUAL
Instrument name
Response
Success response
Example response
{
"result": {
"instrument_name": "BTC-PERPETUAL"
}
}