You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
241
232
242
233
[You can find the query here](https://ide.bitquery.io/Cross-chain-transfers)
243
234
@@ -449,15 +440,15 @@ query ($address: String!) {
449
440
}
450
441
}
451
442
```
452
-
443
+
453
444
<aname="cross-chain-trade"></a>
454
445
455
446
## Cross-Chain Trade Insights
456
447
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)
458
451
459
-
[Link to query](https://ide.bitquery.io/Cross-chain-Trades)
@@ -586,10 +577,9 @@ fragment TradeInfo on EthereumDexTrades {
586
577
587
578
## Universal Token Tracking
588
579
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.
590
581
591
582
[You can run the query here](https://ide.bitquery.io/multi-chain-token-tracing)
Copy file name to clipboardExpand all lines: docs/Schema/cosmos/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ sidebar_position: 1
4
4
5
5
# Overview
6
6
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.
8
8
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.
10
10
11
11
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:
12
12
@@ -19,9 +19,9 @@ To fetch data using the Cosmos API, simply include the `network` argument and pr
Copy file name to clipboardExpand all lines: docs/graphql-ide/query-builder.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Creating precise queries using the Query Builder is a straightforward process. F
14
14
15
15
1. Select Blockchain: Choose the blockchain network you intend to query, such as Ethereum, Bitcoin, or others of your preference.
16
16
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.
18
18
19
19
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.
0 commit comments