---
title: "POST /streams/bitcoin/{id}"
method: POST
path: "/streams/bitcoin/{id}"
tags: ["Bitcoin Streams"]
---

# POST /streams/bitcoin/{id}

`POST /streams/bitcoin/{id}`

## Path parameters

- `id` string, required

## Request body

- PartialBitcoinCreateStreamType — Make all properties in T optional
  - `allAddresses` boolean — Include events for all addresses
  - `demo` boolean — Indicator if it is a demo stream
  - `description` string — A description for this stream
  - `includeInputs` boolean — Include or not input details in webhook defaults to true
  - `includeOutputs` boolean — Include or not output details in webhook defaults to true
  - `network` string[]
  - `tag` string — A user-provided tag that will be send along the webhook
  - `webhookUrl` string — Webhook URL where moralis will send the POST request.

## Response `200`

Ok

- BitcoinStreamType
  - `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)
