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

---

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