Skip to content

Commit b6b649f

Browse files
committed
removed unsupported chains
1 parent 3e3d577 commit b6b649f

6 files changed

Lines changed: 25 additions & 95 deletions

File tree

docs/Examples/cross-chain/cross-chain-api.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ In this section we see how to use Bitquery APIs to get information across multip
99
3. [Cross-Chain Trade Insights](#cross-chain-trade)
1010
4. [Universal Token Tracking](#universal-token-tracking)
1111

12-
1312
<a name="balance-of-a-Wallet"></a>
1413

1514
## Balance of a Wallet
@@ -166,14 +165,6 @@ query ($address: String!) {
166165
}
167166
}
168167
}
169-
bitcoinsv: bitcoin(network: bitcoinsv) {
170-
addressStats(address: {is: $address}) {
171-
address {
172-
balance
173-
balanceInUSD: balance(in: USD)
174-
}
175-
}
176-
}
177168
bitcash: bitcoin(network: bitcash) {
178169
addressStats(address: {is: $address}) {
179170
address {
@@ -232,12 +223,12 @@ query ($address: String!) {
232223
"address": "0xb3eaf12a04d9e9df7efa681a92043ef4371ed6fe"
233224
}
234225
```
235-
226+
236227
<a name="token-transfers-tracking"></a>
237228

238-
## Token Transfers Tracking
229+
## Token Transfers Tracking
239230

240-
With this query you can track token transfers across different chains for any address. Set the wallet whose movements you want to track in the `address` filter. Using the `any` clause, we get transfers were the address was either a sender or reciever.
231+
With this query you can track token transfers across different chains for any address. Set the wallet whose movements you want to track in the `address` filter. Using the `any` clause, we get transfers were the address was either a sender or reciever.
241232

242233
[You can find the query here](https://ide.bitquery.io/Cross-chain-transfers)
243234

@@ -449,15 +440,15 @@ query ($address: String!) {
449440
}
450441
}
451442
```
452-
443+
453444
<a name="cross-chain-trade"></a>
454445

455446
## Cross-Chain Trade Insights
456447

457-
The below query gives you insights into token trades spanning various blockchains. Simply set the wallet address in the `address` parameter. Adjust the `from ` and `to` periods accordingly.
448+
The below query gives you insights into token trades spanning various blockchains. Simply set the wallet address in the `address` parameter. Adjust the `from ` and `to` periods accordingly.
449+
450+
[Link to query](https://ide.bitquery.io/Cross-chain-Trades)
458451

459-
[Link to query](https://ide.bitquery.io/Cross-chain-Trades)
460-
461452
```
462453
query ($limit: Int!, $offset: Int!, $from: ISO8601DateTime, $till: ISO8601DateTime, $address: String!) {
463454
ethereum: ethereum {
@@ -586,10 +577,9 @@ fragment TradeInfo on EthereumDexTrades {
586577

587578
## Universal Token Tracking
588579

589-
The below query gives you stats on tokens across chains including sender/receiver count, first and last date of token transfers and the average amount transferred.
580+
The below query gives you stats on tokens across chains including sender/receiver count, first and last date of token transfers and the average amount transferred.
590581

591582
[You can run the query here](https://ide.bitquery.io/multi-chain-token-tracing)
592-
593583

594584
```
595585
query ($from: ISO8601DateTime, $till: ISO8601DateTime) {
@@ -617,7 +607,7 @@ query ($from: ISO8601DateTime, $till: ISO8601DateTime) {
617607
max_date: maximum(of: date)
618608
}
619609
}
620-
610+
621611
bsc: ethereum(network: bsc) {
622612
transfers(
623613
currency: {is: "0x55d398326f99059fF775485246999027B3197955"}
@@ -642,7 +632,7 @@ query ($from: ISO8601DateTime, $till: ISO8601DateTime) {
642632
max_date: maximum(of: date)
643633
}
644634
}
645-
635+
646636
celo: ethereum(network: celo_mainnet) {
647637
transfers(
648638
currency: {is: "0xf6d198cd2a85bb2f3021cdbdab6b878474079be7 "}
@@ -691,7 +681,7 @@ query ($from: ISO8601DateTime, $till: ISO8601DateTime) {
691681
max_date: maximum(of: date)
692682
}
693683
}
694-
684+
695685
avalanche: ethereum(network: avalanche) {
696686
transfers(
697687
currency: {is: "0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7 "}
@@ -718,4 +708,4 @@ query ($from: ISO8601DateTime, $till: ISO8601DateTime) {
718708
}
719709
}
720710
721-
```
711+
```

docs/Schema/algorand/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ to fetch data from Algorand blockchain, you need to provide the `network` argume
1616
}
1717
```
1818

19-
You can also fetch data from Algorand Testnet (`algorand_testnet`) and Algorand Betanet (`algorand_betanet`).
19+
You can also fetch data from Algorand Betanet (`algorand_betanet`).
2020

21-
Let's dive in and explore the Algorand data available through Bitquery API.
21+
Let's dive in and explore the Algorand data available through Bitquery API.

docs/Schema/cosmos/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ sidebar_position: 1
44

55
# Overview
66

7-
Bitquery empowers developers by offering comprehensive access to indexed data from the Cosmos blockchain through our user-friendly and efficient GraphQL API.
7+
Bitquery empowers developers by offering comprehensive access to indexed data from the Cosmos blockchain through our user-friendly and efficient GraphQL API.
88

9-
Our Cosmos schema simplifies the process of retrieving blockchain data, providing developers with easy access to various types of indexed information, including detailed data about addresses, attributes, blocks, messages, transactions, and transfers.
9+
Our Cosmos schema simplifies the process of retrieving blockchain data, providing developers with easy access to various types of indexed information, including detailed data about addresses, attributes, blocks, messages, transactions, and transfers.
1010

1111
To fetch data using the Cosmos API, simply include the `network` argument and provide the name of the specific network you wish to retrieve data from, as demonstrated below:
1212

@@ -19,9 +19,9 @@ To fetch data using the Cosmos API, simply include the `network` argument and pr
1919
```
2020

2121
Bitquery supports following networks:
22+
2223
- `cosmosbub`: Cosmos Hub
2324
- `heimdall`: Heimdall (Matic Verification Network)
2425
- `crypto_mainnet`: Crypto.org mainnet
25-
- `crypto_testnet`: Crypto.org testnet
2626

27-
Let's dive in and explore the Cosmos data available through Bitquery API.
27+
Let's dive in and explore the Cosmos data available through Bitquery API.

docs/Schema/hedera/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ To use the API, specify the network parameter with the Hedera network name. For
2020

2121
Supported networks:
2222

23-
- `hedera`: Hedera Mainnet
24-
- `hedera_testnets`: Hedera Testnet
23+
- `hedera`: Hedera Mainnet
2524

2625
Let's dive in and explore the Hedera data available through Bitquery API.
2726

2827
## Using the Explorer
2928

3029
You can also use our user-friendly [explorer](https://explorer.bitquery.io/hedera) to interactively explore Hedera blockchain data.
3130

32-
[![Hedera Explorer](/img/hedera-explorer.png)](https://explorer.bitquery.io/hedera)
31+
[![Hedera Explorer](/img/hedera-explorer.png)](https://explorer.bitquery.io/hedera)

docs/graphql-ide/query-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creating precise queries using the Query Builder is a straightforward process. F
1414

1515
1. Select Blockchain: Choose the blockchain network you intend to query, such as Ethereum, Bitcoin, or others of your preference.
1616

17-
2. Network Selection: Select specific network from the available options. This could be the `ethereum`, `bsc`, or various other mainnets and testnets.
17+
2. Network Selection: Select specific network from the available options. This could be the `ethereum`, `bsc`, or various other mainnets.
1818

1919
3. Schema Exploration: Dive into the schema provided, showcasing an array of fields such as `address`, `block`, and `transaction`. Each field offers unique data points.
2020

sidebars.js

Lines changed: 4 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -257,19 +257,6 @@ const sidebars = {
257257
"Schema/Dogecoin/transactions",
258258
],
259259
},
260-
{
261-
type: "category",
262-
label: "Harmony",
263-
items: [
264-
"Schema/harmony/arguments",
265-
"Schema/harmony/blocks",
266-
"Schema/harmony/smartContractCalls",
267-
"Schema/harmony/smartContractEvents",
268-
"Schema/harmony/stakingTransactions",
269-
"Schema/harmony/transactions",
270-
"Schema/harmony/transfers",
271-
],
272-
},
273260

274261
{
275262
type: "category",
@@ -327,20 +314,6 @@ const sidebars = {
327314
"Schema/ripple/transfers",
328315
],
329316
},
330-
{
331-
type: "category",
332-
label: "Tezos",
333-
items: [
334-
"Schema/tezos/address",
335-
"Schema/tezos/arguments",
336-
"Schema/tezos/balanceUpdates",
337-
"Schema/tezos/blocks",
338-
"Schema/tezos/coinpath",
339-
"Schema/tezos/operations",
340-
"Schema/tezos/transactions",
341-
"Schema/tezos/transfers",
342-
],
343-
},
344317

345318
{
346319
type: "category",
@@ -421,42 +394,12 @@ const sidebars = {
421394
"Examples/bitcoin/bitcoin-address-api",
422395
],
423396
},
424-
{
425-
type: "category",
426-
label: "Cosmos",
427-
items: [
428-
"Examples/cosmos/address",
429-
"Examples/cosmos/attributes",
430-
"Examples/cosmos/blocks",
431-
"Examples/cosmos/coinpath",
432-
"Examples/cosmos/messages",
433-
"Examples/cosmos/transactions",
434-
"Examples/cosmos/transfers",
435-
],
436-
},
437-
438-
{
439-
type: "category",
440-
label: "Hedera",
441-
items: [
442-
"Examples/hedera/hedera-address",
443-
"Examples/hedera/hedera-api-video",
444-
"Examples/hedera/hedera-io",
445-
"Examples/hedera/hedera-messages",
446-
"Examples/hedera/hedera-transactions",
447-
],
448-
},
449397

450398
{
451399
type: "category",
452400
label: "Filecoin",
453401
items: ["Examples/filecoin/messages"],
454402
},
455-
{
456-
type: "category",
457-
label: "Flow",
458-
items: ["Examples/Input_Output/IO_examples"],
459-
},
460403
{
461404
type: "category",
462405
label: "Ripple",
@@ -528,7 +471,10 @@ const sidebars = {
528471
{
529472
type: "category",
530473
label: "Zcash",
531-
items: ["Examples/Zcash/address-api","Examples/Zcash/zenzec-api"],
474+
items: [
475+
"Examples/Zcash/address-api",
476+
"Examples/Zcash/zenzec-api",
477+
],
532478
},
533479
],
534480
},
@@ -541,11 +487,6 @@ const sidebars = {
541487
label: "Polygon (Matic)",
542488
items: ["Examples/address/specific-queries"],
543489
},
544-
{
545-
type: "category",
546-
label: "Staking (Beacon Chain)",
547-
items: ["Examples/Beacon Chain Examples/eth2_examples"],
548-
},
549490
],
550491
},
551492
{

0 commit comments

Comments
 (0)