---
title: "LoadTest defines a method for executing a sequence of load test operations."
method: POST
path: "/cosmos.benchmark.v1.Msg/LoadTest"
tags: ["Msg"]
---

# LoadTest defines a method for executing a sequence of load test operations.

`POST /cosmos.benchmark.v1.Msg/LoadTest`

## Request body

- CosmosBenchmarkV1MsgLoadTest — MsgLoadTestOps defines a message containing a sequence of load test operations.
  - `caller` string, byte
  - `ops` CosmosBenchmarkV1Op[]
    - `actor` string
    - `delete` boolean
    - `exists` boolean
    - `iterations` integer
    - `key_length` string, uint64
    - `seed` string, uint64
    - `value_length` string, uint64

## Response `200`

A successful response.

- CosmosBenchmarkV1MsgLoadTestResponse — MsgLoadTestResponse defines a message containing the results of a load test operation.
  - `total_errors` string, uint64
  - `total_time` string, uint64

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.benchmark.v1.Msg/LoadTest/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
