---
title: "Retrieves a transaction to sign (Solana token-to-pix)"
method: GET
path: "/superuser/sell/token-to-pix/solana/request-tx"
tags: ["Sell Operations"]
---

# Retrieves a transaction to sign (Solana token-to-pix)

`GET /superuser/sell/token-to-pix/solana/request-tx`

Generates a raw transaction for the user to sign when performing a token-to-pix on Solana. User must provide fromWalletAddress and an amount (with up to 9 decimals).

## Query parameters

- `fromWalletAddress` string, required
- `amount` string, required

## Response `200`

Transaction to sign retrieved

- GetPixToTokenSolanaTxToSignOutput
  - `transactionToSign` string — Raw transaction in base64 that the user must sign

## 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)
