Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial changes for GY hummingbot spot connector.
Followed guide: https://hummingbot.org/developers/connectors/spot-connector-checklist/#api-checklist
Checklist for Integrating Hummingbot Spot Connector with Internal API
Completed Tasks:
genius_yield_api_order_book_data_source.py
genius_yield_exchange.py
genius_yield_auth.py
genius_yield_constants.py
genius_yield_web_utils.py
genius_yield_api_user_stream_data_source.py
genius_yield_order_book.py
Remaining Tasks:
API Endpoints Configuration
offer_amount
maps toquantity
.lovelace
andtoken
tocurrency
andbalance
.output_reference
toorder_id
andoffer_amount
toquantity
.offer_token
andprice_token
tosymbol
,offer_amount
toquantity
,price_amount
toprice
.order_references
toorder_id
.Modify the default unit tests and remove test releated to websocket/optional endpoints