PearPear

Link wallet to authenticated account

Attach wallet credentials to an already authenticated user account

POST
/auth/link/wallet
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Link wallet credentials to the authenticated account

Response Body

curl -X POST "https://example.com/auth/link/wallet" \  -H "Content-Type: application/json" \  -d '{    "address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",    "signature": "string"  }'
Empty