---
title: "Creates a Token to Pix (Solana) order"
method: POST
path: "/superuser/sell/token-to-pix/solana"
tags: ["Sell Operations"]
---

# Creates a Token to Pix (Solana) order

`POST /superuser/sell/token-to-pix/solana`

Creates a Token to Pix order on Solana chain. A transaction (rawTx) is prepared and must be signed by the user before finalizing the process.

## Request body

- PlaceSolanaTokenToPixInput
  - `rawTx` string, required
  - `signature` string, required
  - `markup` string
  - `markupAddress` string
  - `pixKey` string, required
  - `taxId` string, required

## Response `201`

Token to pix solana order created

- PlaceSolanaTokenToPixOutput
  - `id` string — Unique identifier for the newly created token-to-pix solana order

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

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