cURL
curl --request GET \ --url https://test.deribit.com/api/v2/public/get_contract_size
{ "jsonrpc": "2.0", "result": { "contract_size": 10 }, "id": 123 }
Retrieves contract size of provided instrument.
Try in API console
Instrument name Unique instrument identifier
"BTC-PERPETUAL"
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?