---
title: "Send a transaction to the network"
method: POST
path: "/api/v1/hyperliquid/{network}/transaction/send"
tags: ["Hyperliquid"]
---

# Send a transaction to the network

`POST /api/v1/hyperliquid/{network}/transaction/send`

This endpoint allows you to send a transaction to the network

## Path parameters

- `network` 'mainnet' | 'testnet', required

## Request body

- HyperLiquidStakingSendRequestDto
  - `signedTransaction` string, required — Signed transaction data

## Response `200`

OK

- SuccessResponse
  - `error` object, nullable, required
  - `result` object, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/hyperbeat/apis/staking-api.md) · [All operations](https://skmtc.dev/hyperbeat/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperbeat/staking-api/revisions/0eead9dc3168/schema)
