File tree Expand file tree Collapse file tree 1 file changed +31
-17
lines changed Expand file tree Collapse file tree 1 file changed +31
-17
lines changed Original file line number Diff line number Diff line change 1- # sequence-api v0.4.0 ea5f935084c6c8c9852049f80e752b3a216b6032
1+ # sequence-api v0.4.0 7c417993003ad9db6c6663ecdced295ce553f5cc
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -1744,6 +1744,34 @@ components:
17441744 description : ' []LifiToken'
17451745 items :
17461746 $ref : ' #/components/schemas/LifiToken'
1747+ GetLifiSwapQuoteParams :
1748+ type : object
1749+ required :
1750+ - chainId
1751+ - walletAddress
1752+ - fromTokenAddress
1753+ - toTokenAddress
1754+ - fromTokenAmount
1755+ - toTokenAmount
1756+ - includeApprove
1757+ - slippageBps
1758+ properties :
1759+ chainId :
1760+ type : number
1761+ walletAddress :
1762+ type : string
1763+ fromTokenAddress :
1764+ type : string
1765+ toTokenAddress :
1766+ type : string
1767+ fromTokenAmount :
1768+ type : string
1769+ toTokenAmount :
1770+ type : string
1771+ includeApprove :
1772+ type : boolean
1773+ slippageBps :
1774+ type : number
17471775 LifiSwapQuote :
17481776 type : object
17491777 required :
@@ -2490,22 +2518,8 @@ components:
24902518 API_GetLifiSwapQuote_Request :
24912519 type : object
24922520 properties :
2493- userAddress :
2494- type : string
2495- buyCurrencyAddress :
2496- type : string
2497- sellCurrencyAddress :
2498- type : string
2499- buyAmount :
2500- type : string
2501- sellAmount :
2502- type : string
2503- chainId :
2504- type : number
2505- includeApprove :
2506- type : boolean
2507- slippagePercentage :
2508- type : number
2521+ params :
2522+ $ref : ' #/components/schemas/GetLifiSwapQuoteParams'
25092523 API_IsValidSignature_Response :
25102524 type : object
25112525 properties :
You can’t perform that action at this time.
0 commit comments