{"id":14980231,"url":"https://github.com/block-chen/blocksdk-python","last_synced_at":"2025-10-28T23:31:16.000Z","repository":{"id":47874195,"uuid":"284926223","full_name":"Block-Chen/blocksdk-python","owner":"Block-Chen","description":"Past data inquiry, block inquiry, block chain information inquiry, address wallet creation, event web hook","archived":false,"fork":false,"pushed_at":"2023-09-15T08:31:36.000Z","size":76,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T08:42:28.062Z","etag":null,"topics":["bitcoin","bitcoin-api","bitcoin-wallet","dash","erc20","erc20-tokens","ethereum","ethereum-address","ethereum-api","litecoin","litecoin-wallet","monero","monero-api","monero-wallet"],"latest_commit_sha":null,"homepage":"https://blocksdk.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Block-Chen.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":"2020-08-04T08:48:06.000Z","updated_at":"2024-04-13T15:11:32.000Z","dependencies_parsed_at":"2024-09-11T14:26:34.132Z","dependency_job_id":"41e705da-3dca-4726-b286-903b234d0f09","html_url":"https://github.com/Block-Chen/blocksdk-python","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Block-Chen%2Fblocksdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Block-Chen","download_url":"https://codeload.github.com/Block-Chen/blocksdk-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238738000,"owners_count":19522288,"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":["bitcoin","bitcoin-api","bitcoin-wallet","dash","erc20","erc20-tokens","ethereum","ethereum-address","ethereum-api","litecoin","litecoin-wallet","monero","monero-api","monero-wallet"],"created_at":"2024-09-24T14:01:29.243Z","updated_at":"2025-10-28T23:31:15.672Z","avatar_url":"https://github.com/Block-Chen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PYTHON REST API SDK for BlockSDK\n[![@BLOCKSDK on Twitter](https://img.shields.io/badge/twitter-%40BLOCKSDK-blue.svg)](https://twitter.com/BlockSdk1)\n[![@BLOCKSDK on Facebook](https://img.shields.io/badge/facebook-%40BLOCKSDK-blue.svg)](https://www.facebook.com/blocksdk)\n[![PYTHON version](https://img.shields.io/pypi/v/BlockSDK.svg)](https://pypi.python.org/pypi/BlockSDK)\n[![PYPI downloads](https://img.shields.io/pypi/pyversions/BlockSDK.svg)](https://pypi.python.org/pypi/BlockSDK)\n\nBlockSDK PYTHON에 오신 것을 환영합니다. 이 저장소에는 BlockSDK의 PYTHON SDK와 REST API용 샘플이 포함되어 있습니다.\n\n## 지원중인 블록체인 네트워크\n비트코인 , 라이트코인 , 비트코인 캐시 , 웹후크 는 V2버전 에서 지원되고 있습니다.\n```\n1.이더리움\n2.클레이튼  \n3.바이낸스 스마트 체인\n4.폴리곤\n5.아발란체\n6.이더리움 클래식\n```\n## 개발자 문서\n* [BlockSDK REST API V3 문서](https://documenter.getpostman.com/view/20292093/Uz5FKwxw)\n* [BlockSDK REST API V2 문서](https://docs-v2.blocksdk.com/ko/#fa255f0ccc)\n* [BLOCKSDK PYTHON SDK V3 문서](https://github.com/Block-Chen/blocksdk-python/wiki)\n\n## 요구 사양\n\n   - [deasync](https://www.npmjs.com/package/deasync) \u0026 [request](https://www.npmjs.com/package/request) extensions must be enabled\n   \n## 시작하기\nSDK 설치 – pip를 사용하여 설치 것이 BLOCKSDK PYTHON SDK를 설치하는 권장 방법입니다.\n\n```sh\npip install BlockSDK\n```\n\n## 코드 샘플\n### 테스트넷 클라이언트 생성\n```python\nfrom BlockSDK.blocksdk import BlockSDK\nclient = BlockSDK(api_token=\"YOU_TOKEN\")\n```\n### 메인넷 클라이언트 생성\n엔드 포인트를 지정해주지 않는경우 테스트넷으로 기본 설정되어 호출 됩니다\n메인넷은 아래 예시와 같이 클라이언트 생성시 두번째 매개변수를 메인넷으로 지정해 주시길 바랍니다.\n```python\nfrom BlockSDK.blocksdk import BlockSDK\nclient = BlockSDK(api_token=\"YOU_TOKEN\",endpoint=\"https://mainnet-api.blocksdk.com\")\n```\n### 이더리움 블록체인 정보 가져오기\n```python\nresult = client.ethereum.GetBlockChainInfo();\nprint(result);\n```\n\n### 이더리움 테스트넷 특정 컨트렉트 NFT 목록 가져오기\n```python\nnfts = client.ethereum.GetSingleNfts({\n    \"contract_address\": \"0xf5de760f2e916647fd766b4ad9e85ff943ce3a2b\",\n    \"includeMetadata\": False,\n    \"offset\": 0,\n    \"limit\": 10\n})\n\nprint(nfts)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-chen%2Fblocksdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblock-chen%2Fblocksdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblock-chen%2Fblocksdk-python/lists"}