Skip to main content
PUT
Register an account for every instance of a template

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

template
string
required
account_id
string
required

Body

application/json
address_type
enum<string>
required

BCB Annex 6.1 code. Maps to CADOC 5710 tipoEndereco.

Available options:
CUSTODIA_PROPRIA_OMNIBUS,
CUSTODIA_PROPRIA_SEGREGADO,
SUBCUSTODIANTE_TERCEIRO,
CONTRATO_TOKEN,
CONTRATO_STAKING,
VALIDADOR,
DEPOSITO_EXCHANGE,
NAO_VERIFICAVEL_ONCHAIN,
99
Example:

"CUSTODIA_PROPRIA_SEGREGADO"

wallet_type
enum<string>
required

BCB Annex 6.1 code. Maps to CADOC 5710 tipoCarteira.

Available options:
QUENTE,
MORNA,
FRIA,
CUSTODIA_TERCEIRO,
NAO_APLICAVEL,
99
Example:

"FRIA"

Response

200 - application/json
account_id
string<uuid>
required
client_tax_id
string | null
client_tax_id_type
enum<string> | null
Available options:
cpf,
cnpj
address_type
string
wallet_type
string
Last modified on September 23, 2026