-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-methods.json
42 lines (42 loc) · 1.29 KB
/
example-methods.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"Pools": {
"requestType": "QueryPoolsRequest",
"responseType": "QueryPoolsResponse"
},
"NumPools": {
"requestType": "QueryNumPoolsRequest",
"responseType": "QueryNumPoolsResponse"
},
"TotalLiquidity": {
"requestType": "QueryTotalLiquidityRequest",
"responseType": "QueryTotalLiquidityResponse"
},
"Pool": {
"requestType": "QueryPoolRequest",
"responseType": "QueryPoolResponse"
},
"PoolParams": {
"requestType": "QueryPoolParamsRequest",
"responseType": "QueryPoolParamsResponse"
},
"TotalPoolLiquidity": {
"requestType": "QueryTotalPoolLiquidityRequest",
"responseType": "QueryTotalPoolLiquidityResponse"
},
"TotalShares": {
"requestType": "QueryTotalSharesRequest",
"responseType": "QueryTotalSharesResponse"
},
"SpotPrice": {
"requestType": "QuerySpotPriceRequest",
"responseType": "QuerySpotPriceResponse"
},
"EstimateSwapExactAmountIn": {
"requestType": "QuerySwapExactAmountInRequest",
"responseType": "QuerySwapExactAmountInResponse"
},
"EstimateSwapExactAmountOut": {
"requestType": "QuerySwapExactAmountOutRequest",
"responseType": "QuerySwapExactAmountOutResponse"
}
}