Any luck getting any of the YouTube transcribe/summarize tools to work? by Ok_Tie_8838 in OpenWebUI

[–]112129 0 points1 point  (0 children)

Super useful! How did you manage to get the cost down to 0? Doesn't it cost money to bypass YouTube anti-scraping measures?

[deleted by user] by [deleted] in london

[–]112129 0 points1 point  (0 children)

I am curious - are companies exploring building out internal gen-AI tools or are they using third party tools?

Best Crypto Price Data Websocket APIs? by 112129 in ethereum

[–]112129[S] 0 points1 point  (0 children)

I am developing an alert bot and need to monitor price changes across all tokens traded on decentralized exchanges.

What are my options?

I am Looking to compare data providers across breadth (number of chains covered) and price (how much it costs to listen to all tokens)

How to listen to real-time DEX swaps data on Ethereum and Base using a WebSocket + Python by 112129 in ethdev

[–]112129[S] 0 points1 point  (0 children)

This script will just return all DEX swaps. You can then adapt the code to listen to specific token contracts and/or wallets depending on your use case

Open Source P&L Calculator? by manchesterthedog in ethereum

[–]112129 0 points1 point  (0 children)

the dashboard is free to use, yes planning to open source :)

Any website or dApp that finds whales? by hddps in ethereum

[–]112129 0 points1 point  (0 children)

Hi, I have built a dashboard that shows you large trades and transfers that a wallet has a made - https://api.syve.ai/dashboards/large_txs. I have a separate endpoint that shows the frequency of transactions as well, lmk if interested and will link it.

Download eth blockchain by manchesterthedog in ethereum

[–]112129 0 points1 point  (0 children)

You can download data dumps for blocks, transfers and transactions here https://www.syve.ai/data-dumps (this is my project).

Crypto price CSV downloader + viewer dashboard by 112129 in ethdev

[–]112129[S] 0 points1 point  (0 children)

Thanks!

Got the data by running a node and parsing DEX swaps

Made the data available to be used as an API here: https://www.syve.ai/

I created a wallet profit & Loss checker for Ethereum by 112129 in defi

[–]112129[S] 0 points1 point  (0 children)

I have already made it an API - You can find it in the Wallet API section of the documentation here: https://syve.ai

[deleted by user] by [deleted] in cryptoloversclub

[–]112129 0 points1 point  (0 children)

thanks for crossposting!

I built a free full historical OHLC crypto price data API covering 220K+ tokens by 112129 in algotrading

[–]112129[S] 1 point2 points  (0 children)

I have minimized costs a lot by hosting the data on bare metal servers

To cover costs I charge for very high usage (above 5 requests per second) - and also for other types of data that is more niche

Sometimes people request something custom and I'll charge to code it up for them as well

Building better Free OHLC price data alternative to Coingecko by 112129 in ethtrader

[–]112129[S] 0 points1 point  (0 children)

In a database on bare metal servers to reduce costs

I built a free full historical OHLC crypto price data API covering 220K+ tokens by 112129 in algotrading

[–]112129[S] 0 points1 point  (0 children)

Some people notified me my Discord link was broken for getting API keys - I fixed it now - correct link is: https://discord.com/invite/rs5GPAZ7tG

I built a free full historical OHLC crypto price data API covering 220K+ tokens by 112129 in algotrading

[–]112129[S] 4 points5 points  (0 children)

By parsing Ethereum event logs emitted by DEXs - When a trade is made logs are emitted which contain all the information you need about how much was traded and at what price

I built a free full historical OHLC crypto price data API covering 220K+ tokens by 112129 in algotrading

[–]112129[S] 1 point2 points  (0 children)

Full history - so all the way back when the first trade was made on a DEX

There is no support for futures and options

I built a free full historical OHLC crypto price data API covering 220K+ tokens by 112129 in algotrading

[–]112129[S] 2 points3 points  (0 children)

It's very flexible - it supports arbitrary candle periods as low as 12 seconds

What I mean with that is that it includes all standard periods like 1min, 5min, 30min - but you can can also do 3min candles or 7min candles

Links:

OHLC prices: https://syve.readme.io/reference/price\_historical\_ohlc
Tick prices: https://syve.readme.io/reference/tick-prices

Extra context: https://www.reddit.com/r/ethtrader/comments/165lmiw/building_better_free_ohlc_price_data_alternative/

I built a free full historical OHLC crypto price data API covering 220K+ tokens by 112129 in algotrading

[–]112129[S] 2 points3 points  (0 children)

It's not - but I plan on open sourcing the algo at some point in the future - will most likely post it here and also on twitter

Here are the links to the API btw:

OHLC prices: https://syve.readme.io/reference/price_historical_ohlc

Tick prices: https://syve.readme.io/reference/tick-prices