Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/public/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 55,
  "method": "public/status",
  "params": {}
}
'
{
  "jsonrpc": "2.0",
  "id": 55,
  "result": {
    "locked_currencies": [
      "BTC",
      "ETH"
    ],
    "locked": true
  }
}

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object
required
id
integer

The id that was sent in the request