---
title: "Create SOL Transaction"
method: POST
path: "/api/v2/solana/transactions"
tags: ["Solana Transactions"]
---

# Create SOL Transaction

`POST /api/v2/solana/transactions`

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data', required

## Request body

- object
  - `from` string, required — The sender address of the transaction. Must match the regex /^[1-9A-HJ-NP-Za-km-z]{32,44}$/.
  - `to` string, required — The receiver address of the transaction. Must match the regex /^[1-9A-HJ-NP-Za-km-z]{32,44}$/.
  - `amount` number, required — The amount to send in SOL.
  - `privatekey` string, required — The private key to sign the transaction.

---

[API](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation.md) · [All operations](https://skmtc.net/chaingateway/apis/chaingateway-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaingateway/chaingateway-api-documentation/revisions/ddb709b4ade7/schema)
