---
title: "avm.issueTx"
method: POST
path: "/node/v1/avax/mainnet/{apiKey}/ext/bc/X"
---

# avm.issueTx

`POST /node/v1/avax/mainnet/{apiKey}/ext/bc/X`

Send a signed transaction to the network. encoding specifies the format of the signed transaction. Can only be hex when a value is provided.

## Path parameters

- `apiKey` string, required

## Request body

- object
  - `id` integer, required
  - `jsonrpc` string, required
  - `method` string, required
  - `params` object, required
    - `tx` string — tx is the byte representation of a transaction.
    - `encoding` string — encoding specifies the encoding format for the transaction bytes. Can only be hex when a value is provided.

## Response `200`

200

- object
  - `id` integer
  - `jsonrpc` string
  - `result` object
    - `txID` string — txID is the transaction’s ID.

---

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