DataBolsa docs
Referência da APIDados de mercadoCripto

Perfil de um criptoativo

GET
/v1/crypto/{symbol}
AuthorizationBearer <token>

In: header

Path Parameters

symbolstring

Símbolo do criptoativo, ex.: BTC, ETH, SOL.

Match^[A-Z0-9]+$
Length1 <= length <= 16

Response Body

curl -X GET "https://api.databolsa.com/v1/crypto/string"
{
  "symbol": "string",
  "name": "string",
  "rank": 0,
  "first_date": "string",
  "last_date": "string",
  "close_brl": 0,
  "close_usd": 0,
  "change_pct_1d": 0,
  "change_pct_7d": 0,
  "volume_brl_1d": 0
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}