Skip to main content

Consulta de Posição do Investidor

Este endpoint permite consultar a posição consolidada de um investidor, retornando informações sobre suas participações em securities.


Request

ENDPOINT
/security/investor/INVESTOR-KEY
MÉTODO
GET

Path Params

CampoTipoDescriçãoCaracteres
INVESTOR-KEYstringChave única do investidor (UUID v4).36

Response

STATUS
200
Response Body
{
"investor_key": "a1a75b66-6f7e-4bcc-9ff5-6f8adf7cae09",
"investor_name": "Ultimate Cascade",
"investor_document_number": "31.424.651/0001-32",
"total_current_amount": 100000.0,
"investment_list": [
{
"current_unit_price": 1.0,
"current_quantity": 100000,
"security_key": "42bd7161-5ec1-4f64-ac0c-861d93ffb4c2",
"contract_number": "0000000027",
"investment_key": "4b705afb-18cb-4fe5-922a-5eab71c2b558",
"current_amount": 100000.0
}
]
}

Response Body Params

CampoTipoDescrição
investor_keystringChave única do investidor.
investor_namestringNome do investidor.
investor_document_numberstringNúmero do documento do investidor (CNPJ).
total_current_amountnumberValor total consolidado do investidor.
investment_listarrayLista das participações do investidor em securities. Objeto investment

Objeto investment

CampoTipoDescrição
current_unit_pricenumberPreço unitário atual da security.
current_quantityintegerQuantidade atual da security do investidor.
security_keystringChave única da security associada.
contract_numberstringNúmero do contrato da security.
investment_keystringChave única do investimento do investidor.
current_amountnumberValor atual da participação do investidor.