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
--| Fills an order. If the provided amount of offered tokens to buy is equal to the offered amount, then we completely fill the order. Otherwise, it gets partially filled.
Copy file name to clipboardExpand all lines: geniusyield-server-lib/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Revision history for geniusyield-server-lib
2
2
3
+
## 0.3.0 -- 2024-05-07
4
+
5
+
* Adds TapTools OHLCV endpoint.
6
+
* Adds NFT token in response of place order family of endpoints.
7
+
* Adds GET variant for getting details of an order from it's NFT token identifier.
8
+
* Clarifies which endpoints require `maestroToken` field to be set.
9
+
* Clarifies which endpoints require signing key to be configured in the server to derive for wallet's address, likewise it is clarified that which endpoints use fields such as `collateral`, etc. from server's configuration.
10
+
3
11
## 0.2.0 -- 2024-04-22
4
12
5
13
* Uses latest version of `geniusyield-dex-api` which adds support of v1.1 script.
typeAssetsAPI=Summary"Get assets information":>Description"Get information for a specific asset.":>Capture"asset"GYAssetClass:>Get '[JSON] AssetDetails
15
+
typeAssetsAPI=Summary"Get assets information":>Description("Get information for a specific asset." `AppendSymbol` CommonMaestroKeyRequirementText):>Capture"asset"GYAssetClass:>Get '[JSON] AssetDetails
0 commit comments