{"id":15192077,"url":"https://github.com/pcpratheesh/crypto-currency-tracker-api","last_synced_at":"2026-03-05T10:31:13.082Z","repository":{"id":154439037,"uuid":"620221844","full_name":"pcpratheesh/crypto-currency-tracker-api","owner":"pcpratheesh","description":"A RESTful API service that tracks the prices and convert of various cryptocurrencies using real-time data from different cryptocurrency exchanges.","archived":false,"fork":false,"pushed_at":"2023-03-28T13:44:04.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T00:41:38.206Z","etag":null,"topics":["binance","binance-api","binance-exchange","bitfinex","cloud","coinbase","coinbase-api","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","docker","dockercompose","exchange","exchange-rates","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pcpratheesh.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":"2023-03-28T09:05:37.000Z","updated_at":"2023-03-28T13:54:59.000Z","dependencies_parsed_at":"2024-06-19T13:44:33.232Z","dependency_job_id":null,"html_url":"https://github.com/pcpratheesh/crypto-currency-tracker-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pcpratheesh/crypto-currency-tracker-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fcrypto-currency-tracker-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fcrypto-currency-tracker-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fcrypto-currency-tracker-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fcrypto-currency-tracker-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcpratheesh","download_url":"https://codeload.github.com/pcpratheesh/crypto-currency-tracker-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fcrypto-currency-tracker-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30119427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","binance-api","binance-exchange","bitfinex","cloud","coinbase","coinbase-api","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","docker","dockercompose","exchange","exchange-rates","golang"],"created_at":"2024-09-27T21:04:45.640Z","updated_at":"2026-03-05T10:31:12.745Z","avatar_url":"https://github.com/pcpratheesh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crypto-currency-tracker-api\nA RESTful API service that tracks the prices and convert of various cryptocurrencies using real-time data from different cryptocurrency exchanges.\n\n\n## Installation\n- Clone the repository: git clone https://github.com/pcpratheesh/crypto-currency-tracker-api.git\n- Navigate to the project directory: cd crypto-currency-tracker-api\n- Install the dependencies: go get ./...\n\n## Usage\nTo use the API service, simply run the following command in the project directory:\n\n    go run main.go\n\nThe API service will start listening on port 8085 by default. You can change the port by setting the PORT environment variable.\n\n\n## Endpoints\nThe following endpoints are available:\n\n`GET /api/v1/convert/:exchange`\nRetrieves the current prices of various cryptocurrencies from different exchanges.\n\n`Json Body`\n```json\n    {\n        \"crypto\":\"BTC\",\n        \"base\":\"USD\"\n    }\n```\n## Sample API Request\n\n- With bitfinex\n```sh\n    curl --request POST \\\n    --url http://localhost:8085/api/v1/track/bitfinex \\\n    --header 'Content-Type: application/json' \\\n    --data '{\n\t    \"currencies\":[\"BTC\",\"ETH\"]\n    }''\n```\n\n- With binance\n```sh\n    curl --request POST \\\n    --url http://localhost:8085/api/v1/track/binance \\\n    --header 'Content-Type: application/json' \\\n    --data '{\n\t    \"currencies\":[\"BTC\",\"ETH\"]\n    }'\n```\n\n- With coinbase\n```sh\n    curl --request POST \\\n    --url http://localhost:8085/api/v1/track/coinbase \\\n    --header 'Content-Type: application/json' \\\n    --data '{\n\t    \"currencies\":[\"BTC\",\"ETH\"]\n    }'\n```\n\n## Supported Exchanges\nThe following cryptocurrency exchanges are currently supported by the application:\n- Coinbase\n- Binance\n- Bitfinex\n\n\n## Contributing\n\nIf you find a bug or would like to contribute to the development of the application, please submit a pull request or create an issue on the GitHub repository.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE.md file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcpratheesh%2Fcrypto-currency-tracker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcpratheesh%2Fcrypto-currency-tracker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcpratheesh%2Fcrypto-currency-tracker-api/lists"}