{"id":20529578,"url":"https://github.com/rodoufu/btc-rawtx-rest","last_synced_at":"2026-01-02T17:05:00.016Z","repository":{"id":104111349,"uuid":"241688083","full_name":"rodoufu/btc-rawtx-rest","owner":"rodoufu","description":"Rest webservice to create raw transactions selecting UTXO","archived":false,"fork":false,"pushed_at":"2024-05-21T17:52:53.000Z","size":57,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T22:03:02.183Z","etag":null,"topics":["bitcoin","flask","raw-transaction","rest-api","utxo","webservice"],"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/rodoufu.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-02-19T18:03:48.000Z","updated_at":"2024-05-21T17:52:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"5050dd21-9941-4c11-905b-ea50efb7a9cc","html_url":"https://github.com/rodoufu/btc-rawtx-rest","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/rodoufu%2Fbtc-rawtx-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodoufu%2Fbtc-rawtx-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodoufu%2Fbtc-rawtx-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodoufu%2Fbtc-rawtx-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodoufu","download_url":"https://codeload.github.com/rodoufu/btc-rawtx-rest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695537,"owners_count":20332626,"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","flask","raw-transaction","rest-api","utxo","webservice"],"created_at":"2024-11-15T23:33:05.858Z","updated_at":"2026-01-02T17:04:59.991Z","avatar_url":"https://github.com/rodoufu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# btc-rawtx-rest\n\nRest webservice to create raw transactions selecting UTXO\n\n## Endpoints\n\n### Create transaction\n\nThis endpoint will be used to create a raw transaction that spends from a P2PKH address and that supports\npaying to mulitple addresses (either P2PKH or P2SH). The endpoint should return a transaction that\nspends from the source address and that pays to the output addresse\n\n- URL: /payment_transactions\n- Method: POST\n- Request body (dictionary):\n    - source_address (string): The address to spend from\n    - outputs (dictionary): A dictionary that maps addresses to amounts (in SAT)\n    - fee_kb (int): The fee per kb in SAT\n- Response body (dictionary):\n    - raw (string): The unsigned raw transaction\n    - inputs (array of dicts): The inputs used\n    - txid (string): The transaction id\n    - vout (int): The output number\n    - script_pub_key (string): The script pub key\n    - amount (int): The amount in SAT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodoufu%2Fbtc-rawtx-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodoufu%2Fbtc-rawtx-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodoufu%2Fbtc-rawtx-rest/lists"}