---
title: "Send transaction"
method: POST
path: "/solana/send-transaction"
tags: ["Solana"]
---

# Send transaction

`POST /solana/send-transaction`

Submit a signed Bags Solana transaction to the network for execution.

## Request body

- object
  - `transaction` string, required — Base58 encoded serialized Solana transaction

## Response `200`

Successfully submitted transaction

- object
  - `success` boolean, required
  - `response` string — Transaction signature

## Other responses

- `400` — Bad request - Invalid transaction format
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.net/bags/apis/bags-public-api-v2.md) · [All operations](https://skmtc.net/bags/apis/bags-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bags/bags-public-api-v2/revisions/4a14b82cd39d/schema)
