Skip to main content
POST
Associate Wallet

Endpoint

POST /api/dapp/wallet/associate Creates a wallet association after signature verification.

Request Body

Send JSON matching the schema shown in the generated API panel.

Usage Example

Response Structure

The generated API panel lists the response schema for status codes: 200, 500. Error responses generally return an error or message field.

Body

application/json
evmAddress
string
required
chainId
integer
required
signedMessage
string
required
expectedPublicKey
string
required

Response

Successful response

success
boolean