---
title: "Commit transaction to aergo server"
method: POST
path: "/sendSignedTransaction"
tags: ["Transaction"]
---

# Commit transaction to aergo server

`POST /sendSignedTransaction`

## Request body

- object
  - `hash` string
  - `body` object
    - `nonce` integer
    - `account` string
    - `recipient` string
    - `amount` string
    - `payloadJson` object
      - `name` string
      - `args` string[]
    - `chainIdHash` string
    - `sign` string
    - `type` integer

## Response `200`

Successful response

## Changes

> 10 revisions in range; 1 could not be searched.

- **2024-01-02** `65b4e8f04d27` — 2 warning, 2 info
  - removed the request property `Body`
  - removed the request property `Hash`
  - added the new optional request property `body`
  - added the new optional request property `hash`
- **2023-11-10** `c67c7248522f` — 2 warning, 2 info
  - removed the request property `body`
  - removed the request property `hash`
  - added the new optional request property `Body`
  - added the new optional request property `Hash`

[Change history](https://skmtc.dev/aergoio/apis/aergo-web3/changes/sendSignedTransaction/post.md)

---

[API](https://skmtc.dev/aergoio/apis/aergo-web3.md) · [All operations](https://skmtc.dev/aergoio/apis/aergo-web3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aergoio/aergo-web3/revisions/710783ee8a7b/schema)
