Skip to main content
POST
/
alias-lookup
curl --request POST \
  --url https://hg.cash/api/v1/alias-lookup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "alias": "miempresa.cbu"
}
'
{
  "alias": "<string>",
  "cuit": "<string>",
  "cvu": "<string>",
  "nombre": "<string>",
  "tipoPersona": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hg.cash/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User API authentication token with format: cash_<64-char-hex>

Example: cash_16cdc3b6f83c72d9d2680adca4f430962981f6bf32613a129dded0aa060387d2

Body

application/json
alias
string
required

CVU (22 digits) or alias to look up

Example:

"miempresa.cbu"

Response

Beneficiary information found

alias
string | null

Alias of the account

cuit
string | null

CUIT/CUIL of the account holder

cvu
string

CVU (22 digits)

nombre
string | null

Name of the account holder

tipoPersona
string | null

Person type