Referência da APICarteiras
Adicionar ativo à carteira
AuthorizationBearer <token>
In: header
Path Parameters
orgstring
portfolioIdstring
asset_typestring
Length
2 <= lengthsymbolstring
Length
1 <= lengthnote?string | null
meta?unknown
Response Body
curl -X POST "https://api.databolsa.com/v1/advisor/orgs/string/portfolios/string/assets" \ -H "Content-Type: application/json" \ -d '{ "asset_type": "string", "symbol": "string" }'{
"id": "string",
"asset_type": "string",
"symbol": "string",
"note": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"code": "string"
}