{"id":25994761,"url":"https://github.com/reppon97/cryptosnake","last_synced_at":"2025-03-05T15:16:50.286Z","repository":{"id":62565531,"uuid":"367028132","full_name":"reppon97/cryptosnake","owner":"reppon97","description":"Simple, unofficial python wrapper for Binance API. You'll find this easy-to-use package helpful if you're interested in general market data and cryptocurrency values. You don't need to have a Binance account or API Key since you can't purchase/trade cryptocurrencies using this package.","archived":false,"fork":false,"pushed_at":"2021-06-10T13:35:00.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T20:00:01.878Z","etag":null,"topics":["api","binance","bitcoin","crypto","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","cryptography","data","ethereum","json","litecoin","python","python3","statistics"],"latest_commit_sha":null,"homepage":"","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/reppon97.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}},"created_at":"2021-05-13T11:31:06.000Z","updated_at":"2024-09-04T16:17:13.000Z","dependencies_parsed_at":"2022-11-03T19:15:08.491Z","dependency_job_id":null,"html_url":"https://github.com/reppon97/cryptosnake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reppon97%2Fcryptosnake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reppon97%2Fcryptosnake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reppon97%2Fcryptosnake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reppon97%2Fcryptosnake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reppon97","download_url":"https://codeload.github.com/reppon97/cryptosnake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787377,"owners_count":20020099,"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":["api","binance","bitcoin","crypto","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","cryptography","data","ethereum","json","litecoin","python","python3","statistics"],"created_at":"2025-03-05T15:16:49.629Z","updated_at":"2025-03-05T15:16:50.273Z","avatar_url":"https://github.com/reppon97.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Simple, unofficial python wrapper for [Binance API](https://binance-docs.github.io/apidocs/spot/en/#change-log).\n\nYou'll find this easy-to-use package helpful if you're interested in general market data and cryptocurrency values. You don't need to have a Binance account or API Key since you can't purchase/trade cryptocurrencies using this package.\n\n-------------\n\n## Installation\n\npython3 -m pip install cryptosnake\n\n### or\n\npip3 install cryptosnake\n\n-----------------\n\n## Usage\n\n```\n\nfrom cryptosnake import CryptoSnake\n\nsnake = CryptoSnake()\n\n# Crypto to USDT. Takes currency as an argument.\nsnake.crypto_to_tether('ETH')\n\n# Crypto to BUSD. Takes currency as an argument. Keep in mind that it is BUSD, not USDT and make sure that API provides you the info you need.\nsnake.crypto_to_usd('ADA')\n\n# Crypto to euro. \nsnake.crypto_to_euro('BTC')\n\n# Get a list of available symbols\nsnake.get_available_symbols()\n\n# Get a list of available pairings\nsnake.get_available_pairings()\n\n# Get crypto price. Takes crypto pairing as an argument\nsnake.get_crypto_price('ETHUSDT')\n\n```\n\n### Donate\n\nIf this package was useful, and you'd like to help out, feel free to donate.\n\n* ETH: 0x47b9afb6a0580e79ac228f0ce233323549f30284\n\n* BTC: 1FosbV9CXXwTiLvVa33QyUGvqeF6zhA629\n\n* ADA: DdzFFzCqrhssxaX8qbkwKrG5ZWjeZCBnRVEcV12f2D2TdQttkgjDukZqHv9sTEwdNq8KwXbCEGZboE6rEwLXDYSiVWiVA7RvmyYpoWiA\n\n* LTC: LZNHh8bVZtdeegDPnaMZu1aHYMwKpYsUiW\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freppon97%2Fcryptosnake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freppon97%2Fcryptosnake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freppon97%2Fcryptosnake/lists"}