POST /get_alias
Resolves an alias to a Fuego address. Request:@ prefix is optional — both "alice" and "@alice" resolve the same way.
Response (found):
found before using address. A found: false response with status: "OK" means the alias does not exist on-chain — it is not an error.
POST /get_alias_by_address
Reverse lookup: find the alias registered for a given address. Request:GET /get_all_aliases
Returns all registered aliases. Use sparingly — on a large network this can be a large response. Request:{}
Response:
Privacy note
Aliases are stored on-chain with the full address in the registration transaction extra. The AliasIndex also stores the address hash (cn_fast_hash(spendKey||viewKey)) for ownership verification.
/get_all_aliasesreturns alias names, types, and registration blocks — no addresses./get_aliasreturns the full address (targeted, single-alias lookup)./get_alias_by_addressreturns the alias name for a given address.