{"id":18487694,"url":"https://github.com/binance/binance-api-postman","last_synced_at":"2026-02-28T00:30:16.366Z","repository":{"id":37337486,"uuid":"238825594","full_name":"binance/binance-api-postman","owner":"binance","description":"Postman collection for Binance Public API, including spot, margin, futures, etc.","archived":false,"fork":false,"pushed_at":"2024-10-08T09:04:01.000Z","size":1918,"stargazers_count":1387,"open_issues_count":2,"forks_count":905,"subscribers_count":53,"default_branch":"master","last_synced_at":"2024-12-31T07:44:21.979Z","etag":null,"topics":["binance-api","connector","crypto","market-data"],"latest_commit_sha":null,"homepage":"","language":null,"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/binance.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07T02:11:10.000Z","updated_at":"2024-12-31T03:53:40.000Z","dependencies_parsed_at":"2023-11-16T04:22:45.655Z","dependency_job_id":"08cb8031-1a3e-493f-8371-5f9c5df0b87e","html_url":"https://github.com/binance/binance-api-postman","commit_stats":null,"previous_names":["binance-exchange/binance-api-postman"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-api-postman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-api-postman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-api-postman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fbinance-api-postman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binance","download_url":"https://codeload.github.com/binance/binance-api-postman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239870340,"owners_count":19710690,"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":["binance-api","connector","crypto","market-data"],"created_at":"2024-11-06T12:50:42.540Z","updated_at":"2026-02-28T00:30:16.307Z","avatar_url":"https://github.com/binance.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# Binance API Postman\n[Postman](https://getpostman.com) is an API Collaboration Platform.\n\nBinance now offers several Postman Collections and Environments (JSON files) for a quicker and easier usage of our RESTful APIs.\u003cbr/\u003e\nYou only need to import and set up with your own API and secret keys to begin.\n\n## How to import and configure\n- Download the `binance-api-postman` repository.\n\n- Click the `Import` button. On Postman for Mac, for example, the button is at the top left:\n    \u003cp align=\"center\"\u003e\u003cimg src=\"assets/1.png\" alt=\"Screenshot of Postman for Mac, with 'Import' button pointed out at top left.\"/\u003e\u003c/p\u003e\n\n- On the `Import` pop-up page, select the `Folder` tab. Click the `Choose folder from your computer` button and choose the root folder of the downloaded repository.\n   \u003cp align=\"center\"\u003e\u003cimg src=\"assets/2.png\" alt=\"Screenshot of of Postman for Mac, showing the Import screen.\"/\u003e\u003c/p\u003e\n\n- Select which collections and environments you would like to import and click the `Import` button.\n   \u003cp align=\"center\"\u003e\u003cimg src=\"assets/3.png\" alt=\"Screenshot of of Postman for Mac, showing the Import screen after selecting the folder.\"/\u003e\u003c/p\u003e\n\n- Select the `Environments` tab on the left, choose an environment, and set your Api Key and Secret Key by changing the `Current Value` column (see screenshot);\n(The `Timestamp`, `Signature`, `Initial Value` fields can be left empty as they’ll be automatically filled by Postman when sending a request.)\n    \u003cp align=\"center\"\u003e\u003cimg src=\"assets/4.png\" alt=\"Screenshot of Postman for Mac, showing where the user should fill in their API and secret keys.\"/\u003e\u003c/p\u003e\n    \n- Select your newly-added environment from the environment dropdown menu. On Mac, this is at top right, to the left of the eye icon.\n    \u003cp align=\"center\"\u003e\u003cimg src=\"assets/5.png\" alt=\"Screenshot of Postman for Mac, showing how imported environments can be selected from a dropdown .\"/\u003e\u003c/p\u003e\n\n\n## Binance Spot API with Postman Tutorial\nhttps://academy.binance.com/en/articles/binance-api-series-pt-1-spot-trading-with-postman\n\n## Postman safety practices\nThe following practices are advised to secure your account's safety:\n\n- Don't use Collections obtained from an unknown source.\n- Review the environment JSON file before its usage.\n- Don't use any code that you don't understand.\n- Make sure that the withdrawal permission **is not enabled** for your API keys.\n- When you finish trying out the API, delete your API keys.\n\n\n## FAQ\n**Q:** Why I can't get any response?\n\nYou haven't imported the environment file or you've imported it but haven't selected it from the dropdown menu (mentioned in [[How to import and configure]])\n\n**Q:** How can I debug a request or find the used URL?\n\n- Open the Postman's console to find requests' parameters and URL.\n- Debugging can be done by editing the `Pre-request Script` tab.\n\n**Q:** Error `API-key format invalid.`\n\nLikely causes:\n- API key is not set.\n- API key is not correct.\n- `X-MBX-APIKEY` is not selected in your Postman `Headers` tab.\n\n**Q:** Error `Signature for this request is not valid.`\n\nLikely causes:\n- Secret key is not set.\n- Request was made with at least one empty parameter.\n- `signature` is not the last parameter in the parameters list.\n\n**Q:** Error `Mandatory parameter 'xxxx' was not sent, was empty/null, or malformed.`\n\nPlease refer to the API documentation to double check all the mandatory parameters.\n\n\n## My question isn't here\nIf you don't find your answer here, please consult https://dev.binance.vision/ for similar questions from the community or \nopen an issue [here](https://github.com/binance/binance-api-postman/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinance%2Fbinance-api-postman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinance%2Fbinance-api-postman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinance%2Fbinance-api-postman/lists"}