---
title: "Seed of specified length"
method: GET
path: "/utils/seed/{length}"
tags: ["utils"]
---

# Seed of specified length

`GET /utils/seed/{length}`

Generate random seed of a given length in bytes. The returned value is base58 encoded

## Path parameters

- `length` integer, required

## Response `200`

successful operation

- object
  - `seed` string, required

---

[API](https://skmtc.net/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.net/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/versions/09465bcdf6ce/schema)
