v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
User

Retrieve User profile

Get the User profile information.

get/api/v1/user

Response

Successfully retrieved User profile

idstring
emailstring nullable
phonestring nullable
firstNamestring nullable
lastNamestring nullable
address1string nullable
address2string nullable
citystring nullable
postalCodestring nullable
statestring nullable
countrystring nullable
nationalityCountrystring nullable
kycStatus'notStarted' | 'documentsRequested' | 'pending' | 'processing' | 'approved' | 'resubmissionRequested' | 'rejected' | 'requiresAction'
isSourceOfFundsAnsweredboolean
isPhoneValidatedboolean
partnerIdstring nullable
status'ACTIVE' | 'DEACTIVATED'

Example response

{
  "signInWallets": [
    {
      "id": "clp3j1f9a0000a1cdh6ezx2qv",
      "address": "0x1234567890abcdef1234567890abcdef12345678",
      "userId": "user_123",
      "createdAt": "2025-01-27T00:00:00Z"
    }
  ],
  "safeWallets": [
    {
      "tokenSymbol": "EURe",
      "createdAt": "2025-01-27T00:00:00Z"
    }
  ],
  "bankingDetails": {
    "createdAt": "2025-01-27T00:00:00Z",
    "updatedAt": "2025-01-27T00:00:00Z"
  }
}