---
title: "broadcasttransaction"
method: POST
path: "/node/v1/tron/mainnet/{apiKey}/wallet/broadcasttransaction"
---

# broadcasttransaction

`POST /node/v1/tron/mainnet/{apiKey}/wallet/broadcasttransaction`

Broadcast the signed transaction.

## Path parameters

- `apiKey` string, required

## Request body

- object
  - `raw_data` object, required
    - `contract` object[] — array of strings
      - `parameter` object
        - `value` object
          - `amount` integer
          - `owner_address` string
          - `to_address` string
        - `type_url` string
      - `type` string
    - `ref_block_bytes` string — array of strings
    - `ref_block_hash` string
    - `expiration` integer
    - `timestamp` integer
  - `raw_data_hex` string

## Response `200`

200

- object
  - `code` string
  - `txid` string
  - `message` string

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/versions/be8fa2338895/schema)
