Fast Docs
  • Fast
  • Getting Started
    • Transactions
    • Tips
    • Api Keys
    • Examples
    • Contact
Powered by GitBook
On this page
  1. Getting Started

Transactions

PreviousFastNextTips

Last updated 5 months ago

Endpoint

POST

Optimized transaction landing

Headers

{
    "Content-Type": "application/json",
    "x-api-key": "your-api-key"
}

Body

{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "sendTransaction",
    "params": [
            "...Base58 or Base64 tx",
            {
                "frontRunningProtection": false // false = SWQOS + Jito, true = only Jito
            }
    ]
}

Response

{
    "jsonrpc": "2.0",
    "result": {
        "signature": "48GewyfenTDHJmg6xn3Yr...",
        "uuid": "9d56d81d76f441f2d06feb2..."
    },
    "id": 1
}

Fast is currently implemented in Amsterdam (AMS), we will be opening up to new regions

https://fast.circular.bot/transactions