Create 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.
Body Params

Submit a signed transaction

string
enum
required

The blockchain network to submit the transaction to (e.g., solana).

uuid
required

The quote you are executing (must exist in your workspace).

string
length between 10 and 8192

The signed transaction.

boolean

Whether the transaction complies with Travel Rule requirements.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json