Skip to content

Commit 0ff48e1

Browse files
committed
changed location of evm token supply doc
1 parent 9096f5c commit 0ff48e1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
File renamed without changes.
File renamed without changes.

docs/start/starter-queries.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,11 @@ This query gets the top 10 traded NFTs based on the number of trades within a sp
10001000

10011001
### Main Polymarket Contract
10021002

1003+
#### All Available Events
1004+
1005+
Get all events emitted by the main Polymarket contract to track all platform activities.
1006+
▶️ [All Available Events](https://ide.bitquery.io/PolyMarket---All-Available-Events)
1007+
10031008
#### Discover Newly Created Markets
10041009

10051010
Track fresh Polymarket prediction markets as they are initialized on Polygon by following `ConditionPreparation` events from the main Polymarket contract.
@@ -1022,6 +1027,11 @@ Track all payouts received by a specific trader when they redeem winning positio
10221027

10231028
### UMA Adapter Contract
10241029

1030+
#### All UMA Adapter Events
1031+
1032+
Get all events emitted by the UMA Adapter contract to track all oracle-related activities.
1033+
▶️ [All UMA Adapter Events](https://ide.bitquery.io/PolyMarket---UMA-Adapter-All-events)
1034+
10251035
#### New Questions Initialized
10261036

10271037
Track new questions and get market metadata including ancillaryData from the UMA Adapter contract.

sidebars.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ const sidebars = {
321321
},
322322
items: [
323323
"blockchain/Ethereum/blocks/blocks-api",
324+
"blockchain/Ethereum/token-supply/evm-token-supply",
324325
{
325326
type: "category",
326327
label: "Balances",
@@ -710,17 +711,6 @@ const sidebars = {
710711
},
711712
items: ["examples/x402/x402-data-apis"],
712713
},
713-
{
714-
type: "category",
715-
label: "Token Supply",
716-
link: {
717-
type: "generated-index",
718-
title: "Token Supply APIs",
719-
description:
720-
"APIs for tracking real-time and historical token supply data across EVM blockchains including Ethereum, BSC, Base, and more.",
721-
},
722-
items: ["blockchain/Token-supply/evm-token-supply"],
723-
},
724714
],
725715
},
726716
{

0 commit comments

Comments
 (0)