cURL
curl --request GET \ --url https://api.doctacapital.com.ar/api/v1/bonds/instruments/{symbol} \ --header 'Authorization: Bearer <token>'
{ "data": [ "<unknown>" ], "pagination": "<unknown>", "filters": "<unknown>", "metadata": "<unknown>" }
Obtener detalle de un instrumento de bono
curl -X GET "https://api.doctacapital.com.ar/api/v1/bonds/instruments/AL30/" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Detalle del instrumento
Was this page helpful?