v2
OpenAPI 3.0.02026-07-311824171.4 MBMarket Data
Public
Retrieves the contract size (also known as contract multiplier) for a given instrument. The contract size determines how many units of the underlying asset one contract represents.
This value is essential for calculating position values, margin requirements, and P&L calculations. Different instruments may have different contract sizes.
get/public/get_contract_size
Query parameters
instrument_namestring required
Unique instrument identifier
Example:BTC-PERPETUAL
Instrument name
Response
Success response
Example response
{
"result": {
"contract_size": 10
}
}