---
title: "GET /streams/solana/{id}"
method: GET
path: "/streams/solana/{id}"
tags: ["Solana Streams"]
---

# GET /streams/solana/{id}

`GET /streams/solana/{id}`

## Path parameters

- `id` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## 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)
