---
title: "GET /streams/bitcoin"
method: GET
path: "/streams/bitcoin"
tags: ["Bitcoin Streams"]
---

# GET /streams/bitcoin

`GET /streams/bitcoin`

## Query parameters

- `limit` number, double, required
- `cursor` string

## Response `200`

Ok

- object
  - `total` number, double, required
  - `result` BitcoinStreamType[], required
    - `id` string, required
    - `allAddresses` boolean, required
    - `demo` boolean, required
    - `description` string, required
    - `includeInputs` boolean, required
    - `includeOutputs` boolean, required
    - `isErrorSince` string, date-time, nullable, required
    - `network` string[], required
    - `status` 'active' | 'paused' | 'error' | 'terminated', required — The stream status: [active] The Stream is healthy and processing blocks [paused] The Stream is paused and is not processing blocks [error] The Stream has encountered an error and is not processing blocks
    - `statusMessage` string, required
    - `tag` string, required
    - `webhookUrl` string, required
    - `amountOfAddresses` number, double, required
    - `updatedAt` string, date-time, required

---

[API](https://skmtc.dev/moralis/apis/auth-api.md) · [All operations](https://skmtc.dev/moralis/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moralis/auth-api/revisions/f54aabf6dd91/schema)
