---
title: "PUT /streams/solana"
method: PUT
path: "/streams/solana"
tags: ["Solana Streams"]
---

# PUT /streams/solana

`PUT /streams/solana`

## Request body

- SolanaCreateStreamType
  - `webhookUrl` string, required — Webhook URL where moralis will send the POST request.
  - `tag` string, required — A user-provided tag that will be send along the webhook
  - `mintAddresses` string[] — Solana token mint addresses to filter transactions by
  - `programIds` string[] — Solana program IDs to filter transactions by
  - `network` string[], required
  - `description` string, required — A description for this stream
  - `allAddresses` boolean — Include events for all addresses

## Response `200`

Ok

- SolanaStreamType
  - `id` string, required
  - `allAddresses` boolean, required
  - `description` string, required
  - `isErrorSince` string, date-time, nullable, required
  - `network` string[], required
  - `programIds` string[], required
  - `mintAddresses` 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)
