You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?~"Market pair identifier. It's an underscore delimited concatenation of offered and asked asset's \"token detail\". A token detail is given by dot delimited concatenation of policy id and token name."
?~"Market pair identifier. It's an underscore delimited concatenation of offered and asked asset's \"token detail\". A token detail is given by dot delimited concatenation of policy id and token name."
92
92
93
93
{- | Two order asset pairs are considered "equivalent" (but not strictly equal, as in 'Eq'),
94
94
if they contain the same 2 assets irrespective of order.
& applyTagsFor (subOperations (Proxy∷Proxy ("tx"+>TxAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Transaction"& description ?~"Endpoints related to transaction hex such as submitting a transaction"]
238
-
& applyTagsFor (subOperations (Proxy∷Proxy ("markets"+>MarketsAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Markets"& description ?~"Endpoints related to accessing markets information"]
239
-
& applyTagsFor (subOperations (Proxy∷Proxy ("orders"+>OrdersAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Orders"& description ?~"Endpoints related to interacting with orders"]
240
-
& applyTagsFor (subOperations (Proxy∷Proxy ("settings"+>SettingsAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Settings"& description ?~"Endpoint to get server settings such as network, version, and revision"]
241
-
& applyTagsFor (subOperations (Proxy∷Proxy ("trading-fees"+>TradingFeesAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Trading Fees"& description ?~"Endpoint to get trading fees of DEX."]
& applyTagsFor (subOperations (Proxy∷Proxy ("tx"+>TxAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Transaction"& description ?~"Endpoints related to transaction hex such as submitting a transaction"]
238
+
& applyTagsFor (subOperations (Proxy∷Proxy ("markets"+>MarketsAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Markets"& description ?~"Endpoints related to accessing markets information"]
239
+
& applyTagsFor (subOperations (Proxy∷Proxy ("orders"+>OrdersAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Orders"& description ?~"Endpoints related to interacting with orders"]
240
+
& applyTagsFor (subOperations (Proxy∷Proxy ("settings"+>SettingsAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Settings"& description ?~"Endpoint to get server settings such as network, version, and revision"]
241
+
& applyTagsFor (subOperations (Proxy∷Proxy ("trading-fees"+>TradingFeesAPI)) (Proxy∷ProxyGeniusYieldAPI)) ["Trading Fees"& description ?~"Endpoint to get trading fees of DEX."]
0 commit comments