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:
20
20
paths :
21
21
/quote :
22
22
get :
23
+ operationId : QuoteGet
23
24
tags :
24
25
- Swap
25
26
summary : quote
@@ -168,19 +169,16 @@ components:
168
169
inputMint :
169
170
type : string
170
171
inAmount :
171
- type : integer
172
- format : uint64
172
+ type : string
173
173
outputMint :
174
174
type : string
175
175
outAmount :
176
- type : integer
177
- format : uint64
176
+ type : string
178
177
description : |
179
178
- Calculated output amount from routing engine
180
179
- The value includes platform fees and DEX fees, excluding slippage
181
180
otherAmountThreshold :
182
- type : integer
183
- format : uint64
181
+ type : string
184
182
description : |
185
183
- Calculated minimum output amount after accounting for `slippageBps` on the `outAmount` value
186
184
- Not used by `/swap` endpoint to build transaction
You can’t perform that action at this time.
0 commit comments