{"id":23118570,"url":"https://github.com/solcrates-labs/ohlcvcreator","last_synced_at":"2025-08-16T23:31:41.991Z","repository":{"id":267072970,"uuid":"899445880","full_name":"Solcrates-Labs/ohlcvcreator","owner":"Solcrates-Labs","description":"Live OHLCV data getter for Solana on-chain memecoins, based on Solana WEB3 SDK and Jupiter Exchange Price API","archived":false,"fork":false,"pushed_at":"2024-12-15T10:19:37.000Z","size":71,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T20:24:51.810Z","etag":null,"topics":["api","api-server","crypto","nodejs","ohlcv","ohlcv-api","ohlcv-data","server"],"latest_commit_sha":null,"homepage":"https://solcrates-labs.gitbook.io/solcrateslabs/ohlcv-creator/ohlcv-creator","language":"JavaScript","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/Solcrates-Labs.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":"2024-12-06T09:32:45.000Z","updated_at":"2025-03-06T11:17:49.000Z","dependencies_parsed_at":"2024-12-10T12:16:34.549Z","dependency_job_id":null,"html_url":"https://github.com/Solcrates-Labs/ohlcvcreator","commit_stats":null,"previous_names":["solcrates-labs/ohlcvcreator"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Solcrates-Labs/ohlcvcreator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcrates-Labs%2Fohlcvcreator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcrates-Labs%2Fohlcvcreator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcrates-Labs%2Fohlcvcreator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcrates-Labs%2Fohlcvcreator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Solcrates-Labs","download_url":"https://codeload.github.com/Solcrates-Labs/ohlcvcreator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solcrates-Labs%2Fohlcvcreator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270785596,"owners_count":24644554,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":["api","api-server","crypto","nodejs","ohlcv","ohlcv-api","ohlcv-data","server"],"created_at":"2024-12-17T05:18:45.309Z","updated_at":"2025-08-16T23:31:41.941Z","avatar_url":"https://github.com/Solcrates-Labs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- [![](https://dcbadge.limes.pink/api/server/ySvyXEFZAK)](https://discord.gg/ySvyXEFZAK) --\u003e\n[![Email Badge](https://img.shields.io/badge/Contact-magenta?style=flat-square\u0026logo=Gmail\u0026logoColor=FFFFFF\u0026labelColor=992580\u0026color=FF00FF)](mailto:contact@solcrateslabs.tech)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\n**More documentation:**\n\n\u003chttps://solcrates-labs.gitbook.io/solcrateslabs/ohlcv-creator/ohlcv-creator\u003e\n\n# OHLCV Creator\n\nOHLCV Creator is a powerful API selfhosted tool, that allows gathering individual specified OHLCV(Open High Low Close Volume)\n\nData for all traders across all Solana on-chain memetokens. Intended to use with Free RPC tiers from Solana providers\n\n **Advantages of OHLCV Creator**\n\n+ 📖 Complete Open-Source, with easily modified code  \n\n+ 🤖 Perfect in use with trading software\n\n+ 🌞 Uses Solana Web3 SDK and high-end Jupiter Price API to get live data\n\n+ 👨‍🔧 Always maintained and updated\n  \n+ 💎 Works wonderful with free Solana RPC tiers(like Free or Freemium)\n\n### How to start using OHLCV Creator?\n\n**You can try our testing API available at endpoint:**\n\n\u003chttps://solcrateslabs.tech/ohlcv-creator/test-api/HARAMBE/time/1m\u003e\n\n**Possible time parameters: `1m`, `5m`, `15m`, `1hr` and `4hr`**\n\n### 🦍 provides HARAMBE token data\n\n\n## If you want to set everything for yourself and selfhost OHLCV creator:\n\n**git clone the project** \n\n```git clone https://github.com/Solcrates-Labs/ohlcvcreator.git```\n\n**Install dependencies using npm**\n\n```npm install```\n\n**Launch the project using node**\n\n```node ./src/index.js``` or just ```node .```\n\n.env file will be created with **RPC_URL** and **PORT** variables. Fill them up and launch OHLCV creator again.\n\nchanged the `address` variable in the begging of the code to the mint address you want. It is `Fch1oixTPri8zxBnmdCEADoJW2toyFHxqDZacQkwdvSP` by default\n\n**NOTE: PORT MUST BE PORT FORWARDED IF YOU WANT TO USE PROGRAM OUTSIDE OF LOCALHOST**\n\n---\n\n**Everything is set up. After launching, the program will start getting info at certain time**\n\n**To ensure the EXPRESS.JS functions are working correctly visit URL ```127.0.0.1:YOURPORT/ohlcv-creator/test-api/HARAMBE/time/1m``` after launching the application again**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolcrates-labs%2Fohlcvcreator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolcrates-labs%2Fohlcvcreator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolcrates-labs%2Fohlcvcreator/lists"}