---
title: "IsValidSignature"
method: POST
path: "/rpc/API/IsValidSignature"
---

# IsValidSignature

`POST /rpc/API/IsValidSignature`

TODO: we can add walletContext optional in the future when we need it NOTE: chainId can be either a number or canonical name

## Request body

- APIIsValidSignatureRequest
  - `chainId` string
  - `walletAddress` string
  - `digest` string
  - `signature` string

## Response `200`

OK

- APIIsValidSignatureResponse
  - `isValid` boolean

## Other responses

- `4XX` — Client error
- `5XX` — Server error

---

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