DataBolsa docs
Referência da APIDados de mercadoCripto

Cotações quase-live de cripto (snapshot ~1 min, 24/7)

GET
/v1/crypto/live
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://api.databolsa.com/v1/crypto/live"
{
  "data": [
    {
      "symbol": "string",
      "price_brl": 0,
      "price_usd": 0,
      "change_pct_24h": 0,
      "volume_usd_24h": 0,
      "ts": "string"
    }
  ],
  "as_of": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}