---
title: "Verify wallet signature"
method: POST
path: "/api/v1/confirmation/signature/verify"
tags: ["Confirmation"]
---

# Verify wallet signature

`POST /api/v1/confirmation/signature/verify`

Exchanges message signed by wallet for a signed JWT token that can be used to confirm an action on the platform

## Response `200`

OK

- ResponseActionTokenResponse
  - `action_token` string, required — Signed JWT token that should be used to confirm authorization of requested action

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
