Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/blockchain/Arbitrum/DexTrades.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ query pairs(
}
```

Implementation of this data in a full scale project could be seen on [DEXRabbit](https://dexrabbit.com/arbitrum/pair).
Implementation of this data in a full scale project could be seen on [DEXRabbit](https://dexrabbit.bitquery.io/arbitrum/pair).

![Trending Pairs on Arbitrum](/img/dexrabbit/arbitrum/arbitrum_trending_pairs.png)

Expand Down Expand Up @@ -299,7 +299,7 @@ query tradingViewPairs(
}
```

An example for the data visualisation of the data obtained could be seen on the [DEXRabbit](https://dexrabbit.com/arbitrum/pair/0x912ce59144191c1204e64559fe8253a0e49e6548/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8).
An example for the data visualisation of the data obtained could be seen on the [DEXRabbit](https://dexrabbit.bitquery.io/arbitrum/pair/0x912ce59144191c1204e64559fe8253a0e49e6548/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8).

![OHLC/ K Line for a Pair on Arbitrum](/img/dexrabbit/arbitrum/arbitrum_ohlc_pair.png)

Expand Down Expand Up @@ -555,7 +555,7 @@ query topTraders($network: evm_network, $time_ago: DateTime, $token: String) {
}
```

The implementation of this data could also be seen on the [DEXRabbit](https://dexrabbit.com/arbitrum/token/0x912ce59144191c1204e64559fe8253a0e49e6548#top_traders).
The implementation of this data could also be seen on the [DEXRabbit](https://dexrabbit.bitquery.io/arbitrum/token/0x912ce59144191c1204e64559fe8253a0e49e6548#top_traders).

![Top Traders for a token on Arbitrum](/img/dexrabbit/arbitrum/arbitrum_top_traders_token.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/blockchain/Arbitrum/arbitrum-cross-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import VideoPlayer from "../../../src/components/videoplayer.js";
Explore the integration of the **Arbitrum Cross Chain API** to track bridge transfers, interact with smart contracts, and fetch detailed transaction data.
For detailed reference, visit the [official Arbitrum documentation](https://docs.arbitrum.io/build-decentralized-apps/token-bridging/token-bridge-erc20).

Additional information about migrating to the latest version of Across Protocol is available [here](https://docs.across.to/developer-docs/developers/migration-from-v2-to-v3#events).
Additional information about migrating to the latest version of Across Protocol is available [here](https://docs.across.to/introduction/migration-guides/migration-from-v2-to-v3#event-changes).

## Tracking Across Bridge Transfers Using SpokePool Events

Expand Down
32 changes: 16 additions & 16 deletions docs/blockchain/BSC/bsc-dextrades.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ query LatestTrades($network: evm_network, $token: String) {

![image](https://github.com/user-attachments/assets/160fa16e-1c75-49f2-a9ac-f3eeccf84276)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#last_trades).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#last_trades).

## Total Bought, Total Sold, Avg Sell price, Last Active Trade of a specific token by an Address

Expand Down Expand Up @@ -306,7 +306,7 @@ query topTraders($network: evm_network, $token: String) {

![image](https://github.com/user-attachments/assets/a6a09516-c36a-4e2f-b658-5c218a5d998b)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#top_traders).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#top_traders).

## Top Traders by profit in last 7 days

Expand Down Expand Up @@ -391,7 +391,7 @@ query tokenTrades($network: evm_network, $token: String, $time_10min_ago: DateTi

![image](https://github.com/user-attachments/assets/9042c5a4-dc95-40d1-a723-fad43edc70fe)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#token_trades).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#token_trades).

## Get First 500 Buyers of a specific token

Expand Down Expand Up @@ -466,7 +466,7 @@ query tokenDexMarkets($network: evm_network, $token: String) {

![image](https://github.com/user-attachments/assets/0fb63784-d6cc-42ad-b222-3c6d5da7b1e8)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#token_dex_list).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c#token_dex_list).

## Get Price Change 5min, 1h, 6h and 24h of a specific token

Expand Down Expand Up @@ -618,7 +618,7 @@ query tradingView($network: evm_network, $token: String) {

![image](https://github.com/user-attachments/assets/c884565c-fbd3-4900-8939-6461ebad52cd)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/token/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c).

## Latest Trades of a Token pair

Expand Down Expand Up @@ -673,7 +673,7 @@ query LatestTrades($network: evm_network, $token: String, $base: String) {

![image](https://github.com/user-attachments/assets/e9ab60ae-d2d3-4da9-95b0-bb1c79b97550)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/pair/0x711bfe972465a1e9182766ad67aff3c80a0cf308/0x55d398326f99059ff775485246999027b3197955#pair_latest_trades).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/pair/0x711bfe972465a1e9182766ad67aff3c80a0cf308/0x55d398326f99059ff775485246999027b3197955#pair_latest_trades).

## Get OHLC Data For a Particular Token Pair

Expand Down Expand Up @@ -739,7 +739,7 @@ query pairTopTraders($network: evm_network, $token: String, $base: String) {

![image](https://github.com/user-attachments/assets/c7227a7b-eb1d-40e8-80e7-4412fb069c7f)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/pair/0x711bfe972465a1e9182766ad67aff3c80a0cf308/0x55d398326f99059ff775485246999027b3197955#pair_top_traders).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/pair/0x711bfe972465a1e9182766ad67aff3c80a0cf308/0x55d398326f99059ff775485246999027b3197955#pair_top_traders).

## Get Latest Trades on a specific DEX

Expand Down Expand Up @@ -880,7 +880,7 @@ query pairDexList($network: evm_network, $token: String, $base: String, $time_10

![image](https://github.com/user-attachments/assets/9c48a155-6cce-4d14-b3ef-3cd32f77d66f)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/pair/0x711bfe972465a1e9182766ad67aff3c80a0cf308/0x55d398326f99059ff775485246999027b3197955#pair_dex_list).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/pair/0x711bfe972465a1e9182766ad67aff3c80a0cf308/0x55d398326f99059ff775485246999027b3197955#pair_dex_list).

## Top Gainers

Expand Down Expand Up @@ -923,7 +923,7 @@ query ($network: evm_network) {

![image](https://github.com/user-attachments/assets/09a64034-a323-44c5-ab35-e21bde6a6fba)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc).

## Top Bought tokens

Expand Down Expand Up @@ -953,7 +953,7 @@ query timeDiagram($network: evm_network) {

![image](https://github.com/user-attachments/assets/46f1ea39-902b-4e84-850b-9575791964e7)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc).

## Top Sold tokens

Expand Down Expand Up @@ -983,7 +983,7 @@ query timeDiagram($network: evm_network) {

![image](https://github.com/user-attachments/assets/87e94f6a-cb15-4315-bb60-f72718548b2e)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc).

## Get all DEXs on BSC Network

Expand Down Expand Up @@ -1192,7 +1192,7 @@ query DexMarkets($network: evm_network) {

![image](https://github.com/user-attachments/assets/ec575065-8546-4831-9529-22ade580f1f5)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/dex_market).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/dex_market).

## Get a specific DEX statistics

Expand Down Expand Up @@ -1224,7 +1224,7 @@ query DexMarkets($network: evm_network, $market: String) {

![image](https://github.com/user-attachments/assets/e48eeb0e-24e6-4865-8010-3616f384c309)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/dex_market/Uniswap).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/dex_market/Uniswap).

## Get All Trading Pairs on a particular DEX

Expand Down Expand Up @@ -1281,7 +1281,7 @@ query DexMarkets($network: evm_network, $market: String, $time_10min_ago: DateTi

![image](https://github.com/user-attachments/assets/e12bd461-3092-43d5-b579-acf8fc435671)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/dex_market/Uniswap).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/dex_market/Uniswap).

## Top Traders on a DEX

Expand Down Expand Up @@ -1328,7 +1328,7 @@ query DexMarkets($network: evm_network, $market: String) {

![image](https://github.com/user-attachments/assets/390ff5a1-8ff3-4385-9461-76de2d650eb9)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/dex_market/Uniswap#traders).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/dex_market/Uniswap#traders).

## Latest Trades on a DEX

Expand Down Expand Up @@ -1385,7 +1385,7 @@ query LatestTrades($network: evm_network, $market: String) {

![image](https://github.com/user-attachments/assets/4dd6bae1-10a2-4528-9f34-77808c594c5f)

You can check the data here on [DEXrabbit](https://dexrabbit.com/bsc/dex_market/Uniswap#trades).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/bsc/dex_market/Uniswap#trades).

## Aggregated Token Data (Volume & Price, Last 24h)

Expand Down
1 change: 0 additions & 1 deletion docs/blockchain/Cardano/djed.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,4 @@ Combine this with the "received" query above to reconstruct a wallet's complete
- [Cardano Inputs and Outputs API](/docs/blockchain/Cardano/inputs-outputs) — full UTXO query reference
- [Cardano Coinpath API](/docs/blockchain/Cardano/coinpath) — multi-hop fund tracing
- [Djed official site](https://djed.xyz)
- [Djed app (mint / redeem UI)](https://app.djed.xyz/)
- [Djed launch announcement on COTI Medium](https://medium.com/cotinetwork/a-new-era-for-stablecoins-begins-djed-is-live-on-mainnet-55971971f2a8)
10 changes: 5 additions & 5 deletions docs/blockchain/Ethereum/dextrades/dex-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ query DexMarkets($network: evm_network) {

![image](https://github.com/user-attachments/assets/591eac39-2e11-4885-b297-87aa65d0a185)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/dex_market).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/dex_market).

## Get a specific DEX statistics

Expand Down Expand Up @@ -85,7 +85,7 @@ query DexMarkets($network: evm_network, $market: String) {

![image](https://github.com/user-attachments/assets/ea23fa51-e21c-4f97-8719-905475e00769)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/dex_market/Uniswap).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/dex_market/Uniswap).

## Get All Trading Pairs on a particular DEX

Expand Down Expand Up @@ -142,7 +142,7 @@ query DexMarkets($network: evm_network, $market: String, $time_10min_ago: DateTi

![image](https://github.com/user-attachments/assets/a5d80402-54d1-49e9-a9e0-62cea1204f73)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/dex_market/Uniswap).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/dex_market/Uniswap).

## Top Traders on a DEX

Expand Down Expand Up @@ -189,7 +189,7 @@ query DexMarkets($network: evm_network, $market: String) {

![image](https://github.com/user-attachments/assets/3cf6b7bd-b04f-45a1-bcb1-d9369d1ed638)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/dex_market/Uniswap#traders).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/dex_market/Uniswap#traders).

## Latest Trades on a DEX

Expand Down Expand Up @@ -246,7 +246,7 @@ query LatestTrades($network: evm_network, $market: String) {

![image](https://github.com/user-attachments/assets/4495ec8e-ab55-4cf9-8b58-99ef264dcc1d)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/dex_market/Uniswap#trades).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/dex_market/Uniswap#trades).

<FAQ
items={[
Expand Down
2 changes: 1 addition & 1 deletion docs/blockchain/Ethereum/dextrades/pancakeswap-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you have any question on other data points reach out to [support](https://t.m

Need zero-latency Pumpfun data? [Read about our Kafka Streams and Contact us for a Trial](/docs/streams/protobuf/chains/EVM-protobuf/).

The PancakSwap DEX Data is also available for view as a dashboard [at DEXRABBIT](https://dexrabbit.com/eth/dex_market/pancake_swap_v3)
The PancakSwap DEX Data is also available for view as a dashboard [at DEXRABBIT](https://dexrabbit.bitquery.io/eth/dex_market/pancake_swap_v3)

## Latest Trades on PancakeSwap V3 on Ethereum

Expand Down
22 changes: 11 additions & 11 deletions docs/blockchain/Ethereum/dextrades/token-trades-apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ query LatestTrades {

![image](https://github.com/user-attachments/assets/e4273aea-bf8d-41e4-80e8-b676005e0ce7)

Our DEX Dashboard gives you a easier way to check the data -> [DEXrabbit](https://dexrabbit.com/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#last_trades).
Our DEX Dashboard gives you a easier way to check the data -> [DEXrabbit](https://dexrabbit.bitquery.io/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#last_trades).

## Latest Trades of Multiple Tokens

Expand Down Expand Up @@ -784,7 +784,7 @@ query topTraders($network: evm_network, $token: String) {

![image](https://github.com/user-attachments/assets/302c2be2-5ebe-4fa3-8fe4-c7e8f3bc6e23)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#top_traders).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#top_traders).

## Get all Trading Pairs data of a specific token

Expand Down Expand Up @@ -850,7 +850,7 @@ query tokenTrades(

![image](https://github.com/user-attachments/assets/dfe5ad4b-cb32-4a53-a52c-3985d438da2b)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#token_trades).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#token_trades).

## Get all DEXs where a specific token is listed

Expand Down Expand Up @@ -887,7 +887,7 @@ query tokenDexMarkets($network: evm_network, $token: String) {

![image](https://github.com/user-attachments/assets/f0de1013-b634-4058-8423-78d7130fcc10)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#token_dex_list).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599#token_dex_list).

## Latest Trades of a Token pair

Expand Down Expand Up @@ -954,7 +954,7 @@ query LatestTrades($network: evm_network, $token: String, $base: String) {

![image](https://github.com/user-attachments/assets/b06fe6ff-e8ba-43f7-b9de-22666dde7bc6)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098#pair_latest_trades).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098#pair_latest_trades).

## Get OHLC data for a particular token pair

Expand Down Expand Up @@ -999,7 +999,7 @@ query tradingViewPairs($network: evm_network, $token: String, $base: String) {

![image](https://github.com/user-attachments/assets/33af35df-4a9b-4ec8-a26b-d4770c2e7c96)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098).

## Top Traders of a token pair

Expand Down Expand Up @@ -1041,7 +1041,7 @@ query pairTopTraders($network: evm_network, $token: String, $base: String) {

![image](https://github.com/user-attachments/assets/baaf62ee-9cbe-4d3b-bf53-c29a196a46bb)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098#pair_top_traders).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098#pair_top_traders).

## Get all DEXs where a specific token pair is listed

Expand Down Expand Up @@ -1105,7 +1105,7 @@ query pairDexList(

![image](https://github.com/user-attachments/assets/a652f6de-1066-49b6-87f7-b05e481565bf)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098#pair_dex_list).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth/pair/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2/0x0ccae1bc46fb018dd396ed4c45565d4cb9d41098#pair_dex_list).

## Top Gainers

Expand Down Expand Up @@ -1152,7 +1152,7 @@ query ($network: evm_network) {

![image](https://github.com/user-attachments/assets/9b501fe8-fb44-4796-a3d4-4084f230e626)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth).

## Top Bought tokens

Expand Down Expand Up @@ -1192,7 +1192,7 @@ query timeDiagram($network: evm_network) {

![image](https://github.com/user-attachments/assets/ef9e8091-0460-4208-841e-4595269d5b84)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth).

## Top Sold tokens

Expand Down Expand Up @@ -1232,7 +1232,7 @@ query timeDiagram($network: evm_network) {

![image](https://github.com/user-attachments/assets/2940bea4-b27f-4e74-afc4-1d433a45a31b)

You can check the data here on [DEXrabbit](https://dexrabbit.com/eth).
You can check the data here on [DEXrabbit](https://dexrabbit.bitquery.io/eth).

## Latest Token Trades

Expand Down
4 changes: 2 additions & 2 deletions docs/blockchain/Matic/matic-dextrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Variables — the quote list is native USDC, bridged USDC.e, USDT0, DAI, WETH, W
}
```

A heatmap built on this shape of query is live at [dexrabbit.com/matic](https://dexrabbit.com/matic).
A heatmap built on this shape of query is live at [dexrabbit.bitquery.io/matic](https://dexrabbit.bitquery.io/matic).

![Top Polygon tokens by volume on DEXrabbit](/img/dexrabbit/matic_toptokens.png)

Expand Down Expand Up @@ -506,7 +506,7 @@ query topTraders($network: evm_network, $token: String) {
}
```

This query is available as a chart and table on [dexrabbit.com/matic](https://dexrabbit.com/matic).
This query is available as a chart and table on [dexrabbit.bitquery.io/matic](https://dexrabbit.bitquery.io/matic).

![Top Polygon traders on DEXrabbit](/img/dexrabbit/matic_toptraders.png)

Expand Down
Loading
Loading