Intent Operations
Build Transaction
Build a Solana transaction from parsed intent
POST
Authorization
Bearer token. Format:
Bearer bookie_live_abc123def456Body Parameters
Intent ID from parse intent endpoint
Solana wallet address that will sign the transaction
Run pre-flight simulation before building
Response
Base64 encoded serialized transaction
Simulation results (if enabled)Properties:
success(boolean): Whether simulation passedcomputeUnits(number): Compute units consumedlogs(array): Program execution logs
Expected transaction outcomeProperties:
outputAmount(string): Expected output amountpriceImpact(number): Price impact percentagefee(number): Transaction fee in lamports