Verify wallet

Verify a wallet account using a verification code sent to the user's email or phone number. This endpoint is used to confirm account ownership and activate the wallet for full platform access.

POST
/auth/verify

Request Body

application/json

Verify payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://api-testnet.dual.network/auth/verify" \  -H "Content-Type: application/json" \  -d '{    "code": "string"  }'
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}