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"
    }
  ],
  "meta": {
    "next_cursor": "string",
    "count": 0,
    "total": 0,
    "subject": {
      "property1": "string",
      "property2": "string"
    },
    "as_of": "string"
  }
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "details": {
    "property1": null,
    "property2": null
  }
}