Vortex
  1. Brazil
Vortex
  • General overview
  • Vortex Ramp Integration Guide
  • Vortex SDK
  • Quotes
    • Create a new quote
      POST
    • Get existing quote
      GET
  • Ramp
    • Register new ramp process
      POST
    • Get ramp status
      GET
    • Update ramp process
      POST
    • Start ramp process
      POST
  • Account Management
    • Brazil
      • Brazilian KYC Process Overview
      • Get user's remaining transaction limits
        GET
      • Get user information
        GET
      • Get status of the last ramp event for a user
        GET
      • Create user or retry KYC
        POST
      • Get user's KYC status
        GET
      • Start KYC level 2 process for a user
        POST
    • Europe
      • Coming soon...
  • Supported Payment Methods
    GET
  • Supported Cryptocurrencies
    GET
  1. Brazil

Get user information

GET
/v1/brla/getUser
Fetches a user's subaccount information. The response contains only the EVM wallet address and KYC level.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vortexfinance.co/v1/brla/getUser?taxId'
Response Response Example
200 - Example 1
{
    "evmAddress": "string",
    "kycLevel": 1
}

Request

Query Params

Responses

🟢200OK
application/json
Successfully retrieved user information.
Body

🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-06-06 09:44:12
Previous
Get user's remaining transaction limits
Next
Get status of the last ramp event for a user
Built with