---
title: "Associate Wallet"
method: POST
path: "/api/dapp/wallet/associate"
tags: ["Wallet"]
---

# Associate Wallet

`POST /api/dapp/wallet/associate`

Creates a wallet association after signature verification.

## Request body

- object
  - `evmAddress` string, required
  - `chainId` integer, required
  - `signedMessage` string, required
  - `expectedPublicKey` string, required

## Response `200`

Successful response

- Success
  - `success` boolean

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/gains/apis/gains-network-backend-api.md) · [All operations](https://skmtc.net/gains/apis/gains-network-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gains/gains-network-backend-api/revisions/2046588b87dd/schema)
