Xenodia Docs
API ReferenceGenerated Reference

Bind owner wallet

Owner bearer token required. Obtain a fresh wallet challenge and sign it before binding.

PUT
/v1/me/wallet

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://api.xenodia.xyz/v1/me/wallet" \  -H "Content-Type: application/json" \  -d '{    "challenge_id": "string",    "signature": "string"  }'
{
  "account": {
    "id": 0,
    "account_type": "string",
    "wallet_address": "string",
    "status": "string"
  }
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}