Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added bitscrunch as linea indexers #966

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/get-started/tooling/data-indexers/bitscrunch.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: bitsCrunch
description: bitsCrunch is an AI-enabled decentralized blockchain data network
---

# bitsCrunch

bitsCrunch is an AI-powered onchain data indexer which offers 100+ endpoints for NFTs, wallets, tokens, DeFi and more, all through a single API. Along with providing access to the most comprehensive onchain data set, it also offers exclusive AI analytics like IP infringement detection and asset price estimation.

## Integrate bitsCrunch to get access to:

1. **NFT data and analytics** - NFT metadata, transaction history, wash trading detection and more
2. **Token data and analytics** - Token price, liquidity, reputation scores and more
3. **Wallet data and analytics** - Wallet portfolio tracking, history, reputation scores and more
4. **Gaming data and analytics** - Engagement rates, revenue tracking, active wallets and more
5. **DeFi data and analytics** - TVL, liquidity pools, positions tracking and more
6. **AI solutions** - Asset price estimation, IP protection, sentiment analysis and more

## Get started:

### 1. Read the [documentation](https://docs.unleashnfts.com/docs/about) and get your free [API Key](https://unleashnfts.com/pricing)
### 2. Join the [bitsCrunch Network Ecosystem](https://docs.bitscrunch.com/docs/overview/about)

## Reference links

- [bitsCrunch](https://bitscrunch.com/)
- [UnleashNFTs](https://unleashnfts.com/)
- [bitsCrunch network interface](https://app.bitscrunch.com/)

## Need help?

Email [[email protected]](mailto:[email protected]) with any questions.
15 changes: 15 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@
{
"pattern": "https://portfolio.metamask.io/bridge"
},
{
"pattern": "https://docs.bitbrunch.com"
},
{
"pattern": "https://docs.unleashnfts.com"
},
{
"pattern": "https://unleashnfts.com"
},
{
"pattern": "https://bitscrunch.com"
},
{
"pattern": "https://app.bitscrunch.com"
},
{
"pattern": "https://www.coingecko.com/en/api"
},
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ const sidebars = {
"get-started/tooling/data-indexers/goldsky/goldsky-mirror",
],
},
"get-started/tooling/data-indexers/bitscrunch",
"get-started/tooling/data-indexers/mobula",
"get-started/tooling/data-indexers/moralis",
"get-started/tooling/data-indexers/nftscan",
Expand Down
Loading