File tree 1 file changed +31
-17
lines changed
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
2
2
# --
3
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
4
#
@@ -1744,6 +1744,34 @@ components:
1744
1744
description : ' []LifiToken'
1745
1745
items :
1746
1746
$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
1747
1775
LifiSwapQuote :
1748
1776
type : object
1749
1777
required :
@@ -2490,22 +2518,8 @@ components:
2490
2518
API_GetLifiSwapQuote_Request :
2491
2519
type : object
2492
2520
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'
2509
2523
API_IsValidSignature_Response :
2510
2524
type : object
2511
2525
properties :
You can’t perform that action at this time.
0 commit comments