{"id":20057699,"url":"https://github.com/raiden-network/raiden-api-client","last_synced_at":"2026-06-13T16:04:40.597Z","repository":{"id":47704180,"uuid":"309367633","full_name":"raiden-network/raiden-api-client","owner":"raiden-network","description":"A wrapper library for accessing the Raiden REST API from Python client software","archived":false,"fork":false,"pushed_at":"2021-08-18T13:05:56.000Z","size":52,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-13T06:22:49.689Z","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/raiden-network.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-02T12:47:16.000Z","updated_at":"2022-08-24T14:46:10.000Z","dependencies_parsed_at":"2022-08-23T01:31:34.227Z","dependency_job_id":null,"html_url":"https://github.com/raiden-network/raiden-api-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiden-network%2Fraiden-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiden-network%2Fraiden-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiden-network%2Fraiden-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiden-network%2Fraiden-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raiden-network","download_url":"https://codeload.github.com/raiden-network/raiden-api-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241488152,"owners_count":19970826,"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-11-13T12:59:57.848Z","updated_at":"2025-10-30T22:03:22.595Z","avatar_url":"https://github.com/raiden-network.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raiden api client\n\nThe raiden api client wraps the API of [raiden](https://github.com/raiden-network/raiden). It simplifies the usage of [raiden's api](https://docs.raiden.network/raiden-api-1/resources) to a few lines.\n\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install raiden API client.\n\n```bash\npip install raiden_api_client\n```\n\n## Usage\n\n```python\nimport raiden_api_client\n\nraiden = raiden_api_client.RaidenAPIWrapper(ip=\"localhost\", port=8545) # Parity running at localhost:8545\n\nraiden.transfer(\n   partner = \"0x0000000000000000000000000000000000000000\",\n   amount = 1,\n) # Transfering 1 Token to 0x00\n```\nFurther examples can be found in the example folder.\n\n### Available Methods\n\n\n```python\n- mint_tokens(receiver, token, amount) -\u003e AttrDict\n- register_token(token) -\u003e AttrDict\n- open_channel(partner, token, deposit, settle_timeout=500) -\u003e AttrDict\n- transfer(partner, token, amount, identifier=None ) -\u003e AttrDict\n- fund_channel(partner, token, deposit) -\u003e AttrDict\n- close_channel(partner, token) -\u003e AttrDict\n- leave_token_network(token) -\u003e List[str]\n\n- get_channels(token=None, partner=None) -\u003e List[AttrDict]\n- get_payments(partner=None, token=None) -\u003e List[AttrDict]\n- get_token_network(token=None) -\u003e AttrDict\n- get_raiden_version() -\u003e AttrDict\n- get_address() -\u003e AttrDict\n- get_pending_transfer(token=None, partner=None) -\u003e List[AttrDict]\n- get_connections() -\u003e AttrDict\n- get_node_status() -\u003e AttrDict\n```\n\nCheckout the [raiden api docs](https://github.com/raiden-network/raiden/blob/develop/docs/rest_api.rst) for further information about the returned objects.\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiden-network%2Fraiden-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraiden-network%2Fraiden-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiden-network%2Fraiden-api-client/lists"}