---
title: "POST /register"
method: POST
path: "/register"
---

# POST /register

`POST /register`

Register new device

## Request body

- object
  - `walletId` string, required
  - `deviceId` string, required
  - `pinHash` string, required

## Response `201`

Registration success

- object
  - `deviceToken` string, required
  - `walletToken` string, required

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/coinspace/apis/coin-wallet-api-v4.md) · [All operations](https://skmtc.net/coinspace/apis/coin-wallet-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinspace/coin-wallet-api-v4/versions/8dd1fdcc9afd/schema)
