Body
application/json
Arbitrary user-defined event data to include in the transaction for tracking purposes
Example:
""
Public key of the account that will pay for the transaction
Example:
"GrX8TXKsPNokXKzfUg7tYmWs6MLhNseScc4PnzyiqpP7"
Maximum compute units to use for the transaction
Required range:
x >= 0Price per compute unit in micro-lamports
Required range:
x >= 0Public key of the token account to debit tokens from. If not provided, the payer's associated token account will be used.
Example:
"GrX8TXKsPNokXKzfUg7tYmWs6MLhNseScc4PnzyiqpP7"
Response
200 - application/json
A Base64 encoded transaction that can be signed and submitted to the Solana network.
Example:
"BASE64_ENCODED_TRANSACTION"