{"id":22411033,"url":"https://github.com/dynstat/wazirx-api-wrappers","last_synced_at":"2025-03-27T02:44:57.021Z","repository":{"id":240786487,"uuid":"803295228","full_name":"dynstat/Wazirx-API-wrappers","owner":"dynstat","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-25T20:22:03.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T08:23:34.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dynstat.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-20T12:59:58.000Z","updated_at":"2024-05-25T20:22:07.000Z","dependencies_parsed_at":"2025-02-01T08:23:17.388Z","dependency_job_id":"bc5a719e-78e4-42ef-9b0d-13c21c467e4b","html_url":"https://github.com/dynstat/Wazirx-API-wrappers","commit_stats":null,"previous_names":["dynstat/wazirx-api-wrappers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynstat%2FWazirx-API-wrappers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynstat%2FWazirx-API-wrappers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynstat%2FWazirx-API-wrappers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynstat%2FWazirx-API-wrappers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dynstat","download_url":"https://codeload.github.com/dynstat/Wazirx-API-wrappers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245773144,"owners_count":20669719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T13:12:49.537Z","updated_at":"2025-03-27T02:44:57.004Z","avatar_url":"https://github.com/dynstat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTE:** *Still under development. not recommended to be used if you don't understand what you are doing.*\n\n# WazirX API Client Library\n\nThis Python library provides a simple interface to interact with the WazirX API, allowing users to perform various operations such as retrieving account funds, checking market data, and executing trades.\n\n## Setup\n\n### Requirements\n\n- Python 3.x\n- Requests: `pip install -r requirements.txt`\n\n### Installation\n\nClone the repository to your local machine and `cd` into it.\n\n### Configuration\n\nCreate a `.env` file in the root directory of the project and populate it with your Wazirx API credentials and other necessary environment variables. Here's an example of what the contents might look like:\n\n```\nSIGNATURE=your_signature_here\nAPIKEY=your_api_key_here\nSECRET_KEY=your_secret_key_here\nRSA_PRIVATE_KEY=your_rsa_private_key_here # OPTIONAL. Not needed if you have SECRET_KEY.\n```\n\nThese keys are used for authenticating requests to the WazirX API.\n\n## Usage\n\n### Importing the Libraries\n\nStart by importing the necessary modules from the library:\n\n```python\nfrom wazirxapi import wzx_api\nfrom wazirxapi.funcs import show_my_funds\n```\n\n### Making API Calls\n\nYou can make API calls using the functions provided. For example, to retrieve and display your funds, you can use the `show_my_funds` function:\n\n```python\nresponse = show_my_funds(wzx_api, funds_type='all')\nprint(response)\n```\n\nThe `funds_type` parameter can be either `'all'` to show all funds or `'non_zero'` to show only funds with a non-zero balance.\n\n## Documentation\n\nto be posted soon...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynstat%2Fwazirx-api-wrappers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynstat%2Fwazirx-api-wrappers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynstat%2Fwazirx-api-wrappers/lists"}