{"id":16486388,"url":"https://github.com/hsnice16/uniswap-v3-apy","last_synced_at":"2026-06-09T03:06:01.483Z","repository":{"id":233483806,"uuid":"787046442","full_name":"hsnice16/uniswap-v3-apy","owner":"hsnice16","description":"Backend API that provides the Uniswap V3 protocol on Ethereum APY information.","archived":false,"fork":false,"pushed_at":"2024-04-19T20:58:53.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T00:40:02.842Z","etag":null,"topics":["expressjs","rest-api"],"latest_commit_sha":null,"homepage":"https://uniswap-v3-apy.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hsnice16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-15T19:37:04.000Z","updated_at":"2024-12-06T12:02:06.000Z","dependencies_parsed_at":"2024-04-19T21:53:31.781Z","dependency_job_id":null,"html_url":"https://github.com/hsnice16/uniswap-v3-apy","commit_stats":null,"previous_names":["hsnice16/stella-uniswap-v3-apy","hsnice16/uniswap-v3-apy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hsnice16/uniswap-v3-apy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsnice16%2Funiswap-v3-apy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsnice16%2Funiswap-v3-apy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsnice16%2Funiswap-v3-apy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsnice16%2Funiswap-v3-apy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsnice16","download_url":"https://codeload.github.com/hsnice16/uniswap-v3-apy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsnice16%2Funiswap-v3-apy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34089379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expressjs","rest-api"],"created_at":"2024-10-11T13:29:12.728Z","updated_at":"2026-06-09T03:06:01.466Z","avatar_url":"https://github.com/hsnice16.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ✨ Uniswap V3 APY\n\n![Forks](https://img.shields.io/github/forks/hsnice16/uniswap-v3-apy)\n![Stars](https://img.shields.io/github/stars/hsnice16/uniswap-v3-apy)\n\n\u003c/div\u003e\n\nBackend API that provides the Uniswap V3 protocol on Ethereum APY information.\n\n\u003e Base URL: https://uniswap-v3-apy.onrender.com\n\u003e\n\u003e It is deployed on Render, and\n\u003e\n\u003e \"Render spins down a Free web service that goes 15 minutes without receiving inbound traffic. Render spins the service back up whenever it next receives a request to process.\n\u003e\n\u003e Spinning up a service takes a few seconds, which causes a noticeable delay for incoming requests until the service is back up and running. For example, a browser page load will hang momentarily.\"\n\n---\n\n## 📋 API Reference\n\n### Get the APY\n\n```HTTP\nGET /v1/apy\n```\n\n#### Query parameters\n\n| param       | type   | description                                            |\n| ----------- | ------ | ------------------------------------------------------ |\n| poolAddress | string | The pool address you want to get APY for (`required`). |\n\n**Example**\n\n```HTTP\nGET /v1/apy?poolAddress=0xcbcdf9626bc03e24f779434178a73a0b4bad62ed\n```\n\n\u003cdiv align=\"center\"\u003e\n• • •\n\u003c/div\u003e\n\n### Save a pool\n\n```HTTP\nPOST /v1/pool\n\nRequest Body\n{ \"address\": \"string\" }\n```\n\n\u003cdiv align=\"center\"\u003e\n• • •\n\u003c/div\u003e\n\n### Delete a pool\n\n```HTTP\nDELETE /v1/pool\n\nRequest Body\n{ \"address\": \"string\" }\n```\n\n---\n\n## ⚙️ Develop Locally\n\n### Pull the code\n\n```shell\ngit clone git@github.com:hsnice16/uniswap-v3-apy.git\ncd uniswap-v3-apy\n```\n\n### Run in a Docker Container or start the server manually\n\n#### ➡️ Run in a Docker Container\n\nYou will need [docker](https://www.docker.com/get-started/) on your local machine for this.\n\n##### • Build the image\n\n```shell\ndocker build -t hsnice16/uniswap-v3-apy:1.0 .\n```\n\n##### • Run container\n\n```shell\ndocker run -p 8080:8080 hsnice16/uniswap-v3-apy:1.0\n```\n\n\u003cdiv align=\"center\"\u003e\n• • •\n\u003c/div\u003e\n\n#### ➡️ Run manually\n\n##### • Install dependencies\n\n```shell\nnpm install\n```\n\n##### • Run in watch mode\n\nThis way when you will make any changes you won't have to restart the server again.\n\n```shell\nnpm run watch\n```\n\n_The server is running on [localhost:8080](http://localhost:8080/)_\n\n---\n\n## 🐳 Use its Docker Image\n\nThis is present as a Docker Image on Hub, so you can use that if you want.\n\n### Pull the image\n\n```shell\ndocker pull hsnice16/uniswap-v3-apy:1.0\n```\n\n### Run container\n\n```shell\ndocker run -p 8080:8080 hsnice16/uniswap-v3-apy:1.0\n```\n\n_The server is running on [localhost:8080](http://localhost:8080/)_\n\n---\n\n## ⏭️ Next Steps\n\nThings that can make it even better.\n\n- Place a rate limiter for endpoints.\n- Reverse proxy to secure backend servers, caching, and balance load.\n- Write an OpenAPI specification for endpoints and create a Swagger dashboard using that, to make the API documentation more readable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsnice16%2Funiswap-v3-apy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsnice16%2Funiswap-v3-apy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsnice16%2Funiswap-v3-apy/lists"}