---
title: "POST /push_transaction"
method: POST
path: "/push_transaction"
---

# POST /push_transaction

`POST /push_transaction`

This method expects a transaction in JSON format and will attempt to apply it to the blockchain.

## Request body

- object
  - `signatures` Signature[] — array of signatures required to authorize transaction
  - `compression` boolean — Compression used, usually false
  - `packed_context_free_data` string — JSON to hex
  - `packed_trx` string — Transaction object JSON to hex

## Response `200`

OK

- unknown

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/chain-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/chain-api/versions/5bfa22186461/schema)
