Create a transaction
Submits a signed transaction for broadcast.
Faraday routes the transaction based on the from_network key from the quote.
- The transaction must already be signed by the sender before submission.
- The endpoint will broadcast the transaction to the selected blockchain network and return the result.
- This endpoint does not modify or re-sign the provided transaction — it broadcasts exactly what is submitted.
Documentation Index
Fetch the complete documentation index at: https://docs.range.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Submit a signed transaction
The blockchain network to submit the transaction to (e.g., solana).
eth, sepolia, solana, oeth, solana-devnet, osmosis-1, arb1, pol, base, avax, bnb, neutron-1, celestia, opsep, fuji, amoy, basesep The quote you are executing (must exist in your workspace).
"b9a1b2a0-8d2b-4e4d-9e64-0e0a8f7a9d3c"
The signed transaction.
10 - 8192"AQABAgMEBQYH..."
Whether the transaction complies with Travel Rule requirements.
true
Response
Accepted
The transaction was accepted for processing.
The transaction hash returned after successful broadcast.
"3h9ZEkZqKwHvzyWdRBBZzK8u8CpRJikvV1UWzMykwMyB"

