File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ servers:
2020paths :
2121 /quote :
2222 get :
23+ operationId : QuoteGet
2324 tags :
2425 - Swap
2526 summary : quote
@@ -168,19 +169,16 @@ components:
168169 inputMint :
169170 type : string
170171 inAmount :
171- type : integer
172- format : uint64
172+ type : string
173173 outputMint :
174174 type : string
175175 outAmount :
176- type : integer
177- format : uint64
176+ type : string
178177 description : |
179178 - Calculated output amount from routing engine
180179 - The value includes platform fees and DEX fees, excluding slippage
181180 otherAmountThreshold :
182- type : integer
183- format : uint64
181+ type : string
184182 description : |
185183 - Calculated minimum output amount after accounting for `slippageBps` on the `outAmount` value
186184 - Not used by `/swap` endpoint to build transaction
You can’t perform that action at this time.
0 commit comments