---
title: "Check onboarding status"
method: GET
path: "/onboarding"
tags: ["Authentication"]
---

# Check onboarding status

`GET /onboarding`

Returns the Paradex address and derivation info for a given identity

## Query parameters

- `public_key` string
- `eth_address` string
- `account_signer_type` string, required
- `vault_operator_index` integer

## Response `200`

OK

- ResponsesGetOnboardingResp
  - `account_signer_type` string — Signer variant: "starknet" or "eip191"
  - `address` string — Paradex Starknet address
  - `derivation_info` ResponsesOnboardingDerivationInfo
    - `class_hash` string
    - `proxy_class_hash` string
  - `exists` boolean — Whether the account is already onboarded

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
