Skip to content

added 'GET /wallet/transactions' endpoint#40

Open
everydaycodings wants to merge 1 commit intodelta-exchange:masterfrom
everydaycodings:master
Open

added 'GET /wallet/transactions' endpoint#40
everydaycodings wants to merge 1 commit intodelta-exchange:masterfrom
everydaycodings:master

Conversation

@everydaycodings
Copy link
Copy Markdown

I have added the 'GET /wallet/transactions' endpoint so that delta users can see there various types of transactions going on in their wallets. (EX: pnl, deposit, withdrawal, commission, conversion, etc). To know the true power of this endpoint please refer to Delta official API documentation page

Delta endpoint source link: https://docs.delta.exchange/#get-wallet-transactions

@kiranmaya
Copy link
Copy Markdown

add this also
def get_products(self, auth=False):
response = self.request("GET", "/v2/products/" , auth=auth)
product = parseResponse(response)
return product
package is missing it .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants