- responses={{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"inputMint":{"type":"string"},"outputMint":{"type":"string"},"inAmount":{"type":"string"},"outAmount":{"type":"string"},"otherAmountThreshold":{"type":"string"},"swapMode":{"type":"string"},"slippageBps":{"type":"number"},"priceImpactPct":{"type":"string"},"routePlan":{"type":"array","items":{"type":"object","properties":{"swapInfo":{"type":"object","properties":{"ammKey":{"type":"string"},"label":{"type":"string"},"inputMint":{"type":"string"},"outputMint":{"type":"string"},"inAmount":{"type":"string"},"outAmount":{"type":"string"},"feeAmount":{"type":"string"},"feeMint":{"type":"string"}},"required":["ammKey","label","inputMint","outputMint","inAmount","outAmount","feeAmount","feeMint"]},"percent":{"type":"number"}},"required":["swapInfo","percent"]}},"feeMint":{"type":"string"},"feeBps":{"type":"number"},"prioritizationType":{"type":"string","enum":["None","ComputeBudget","Jito"]},"prioritizationFeeLamports":{"type":"number"},"swapType":{"type":"string","enum":["aggregator","rfq","hashflow"]},"transaction":{"description":"Unsigned base-64 encoded transaction to be signed and used in `/execute`","type":["string","null"]},"gasless":{"type":"boolean"},"requestId":{"description":"Required to make a request to `/execute`","type":"string"},"totalTime":{"type":"number"},"taker":{"type":["string","null"]},"quoteId":{"type":"string"},"maker":{"type":"string"},"expireAt":{"type":"string"},"platformFee":{"type":"object","properties":{"amount":{"type":"string"},"feeBps":{"type":"number"}},"required":["amount","feeBps"]},"dynamicSlippageReport":{"type":"object","properties":{"amplificationRatio":{"type":["string","null"]},"otherAmount":{"type":["number","null"]},"simulatedIncurredSlippageBps":{"type":["number","null"]},"slippageBps":{"type":"number"},"categoryName":{"type":"string"},"heuristicMaxSlippageBps":{"type":"number"}},"required":["amplificationRatio","otherAmount","simulatedIncurredSlippageBps","slippageBps","categoryName","heuristicMaxSlippageBps"]}},"required":["inputMint","outputMint","inAmount","outAmount","otherAmountThreshold","swapMode","slippageBps","priceImpactPct","routePlan","feeBps","prioritizationType","prioritizationFeeLamports","swapType","transaction","gasless","requestId","totalTime","taker"]}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}},"required":["error"]}}}}}}
0 commit comments