---
title: "GET /public/test"
method: GET
path: "/public/test"
tags: ["Supporting", "Public"]
---

# GET /public/test

`GET /public/test`

Tests the connection to the API server, and returns its version. You can use this to make sure the API is reachable, and matches the expected version.

[Try in API console](https://test.deribit.com/api_console?method=%2Fpublic%2Ftest)

## Query parameters

- `expected_result` 'exception'

## Response `200`

Success response

- PublicTestResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object, required
    - `version` string, required — The API version

---

[API](https://skmtc.net/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/revisions/430b3f0bc67c/schema)
