---
title: "Verify Solana signature"
method: POST
path: "/auth/web3/solana/verify"
tags: ["auth"]
---

# Verify Solana signature

`POST /auth/web3/solana/verify`

Verify SIWS signature and return JWTs

## Request body

- object
  - `message` string, required
  - `signature` string, required
  - `domain` string
  - `callbackUrl` string

## Response `200`

Default Response

- object
  - `token` string, required
  - `refreshToken` string, required

## Other responses

- `302` — Default Response
- `400` — Default Response
- `401` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/blockmatic/apis/basilic-api.md) · [All operations](https://skmtc.net/blockmatic/apis/basilic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockmatic/basilic-api/versions/b2c23a2d8170/schema)
