Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit a8468b9

Browse files
authored
update nft aggregator doc (#1017)
update nft aggreagtor endpoint
1 parent 252bd9b commit a8468b9

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

apps/nextra/pages/en/build/indexer/nft-aggregator.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ title: "NFT Aggregator API"
77
import { IndexerBetaNotice, Card, Cards } from '@components/index';
88
import { Callout } from 'nextra/components';
99

10-
<Callout type="info">
11-
The NFT Aggregator API is currently in beta. If you're building an aggregator or need real-time event streaming via gRPC, please reach out to our team for early access and support!
12-
</Callout>
13-
14-
We're building a **universal NFT aggregator** for the Aptos ecosystem - normalized activity across all major marketplaces, including **Tradeport**, **Wapal**, **Bluemove**, **Rarible**, and more. We also maintain historical data for deprecated marketplaces like **Topaz**.
10+
We've built a **universal NFT aggregator** for the Aptos ecosystem - normalized activity across all major marketplaces, including **Tradeport**, **Wapal**, **Bluemove**, **Rarible**, and more. We also maintain historical data for deprecated marketplaces like **Topaz**.
1511

1612
At its core, the aggregator captures marketplace events in real-time (like listings, token offers, and collection-wide offers) and converts them into clean, structured data. This allows developers to work with a unified data format — no need to handle different marketplace-specific formats manually.
1713

@@ -31,10 +27,10 @@ Query real-time marketplace activity across all integrated marketplaces. Use thi
3127
- Aggregated data (e.g. how many listings are there for a given collection)
3228

3329
You can explore it by hand by viewing the Hasura Explorer below for the network you are interested in.
34-
- Hasura Console: https://console.nft-aggregator-staging.gcp.aptosdev.com/console/api/api-explorer
30+
- Hasura Console: https://cloud.hasura.io/public/graphiql?endpoint=https://api.mainnet.aptoslabs.com/nft-aggregator/v1/graphql
3531

3632
For direct GraphQL queries to the Aptos-Labs hosted Indexer API, use these endpoints:
37-
- Mainnet Graphql Endpoint: https://api.mainnet.aptoslabs.com/nft-aggregator-staging/v1/graphql
33+
- Mainnet Graphql Endpoint: https://api.mainnet.aptoslabs.com/nft-aggregator/v1/graphql
3834

3935
you can find the full API reference [here](./nft-aggregator/graphql-api.mdx).
4036

@@ -69,4 +65,4 @@ If you'd like your marketplace to be included, please reach out to our team. We
6965
Ready to dive deeper?
7066
- 👉 [GraphQL API](./nft-aggregator/graphql-api.mdx)
7167
- 👉 [Analytics REST API](./nft-aggregator/analytics-api.mdx)
72-
- 👉 [Integrated Marketplaces](./nft-aggregator/marketplaces.mdx)
68+
- 👉 [Integrated Marketplaces](./nft-aggregator/marketplaces.mdx)

apps/nextra/pages/en/build/indexer/nft-aggregator/graphql-api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The GraphQL API provides real-time access to NFT marketplace activity across the
1313

1414
## Endpoints
1515

16-
- **Hasura Console:** [API Explorer](https://console.nft-aggregator-staging.gcp.aptosdev.com/console/api/api-explorer)
16+
- **Hasura Console:** [API Explorer](https://cloud.hasura.io/public/graphiql?endpoint=https://api.mainnet.aptoslabs.com/nft-aggregator/v1/graphql)
1717
- **Mainnet Endpoint:**
18-
`https://api.mainnet-staging.aptoslabs.com/nft-aggregator/v1/graphql`
18+
`https://api.mainnet.aptoslabs.com/nft-aggregator/v1/graphql`
1919

2020
## Schema
2121

@@ -150,4 +150,4 @@ Try it yourself! Adjust the token_data_id and other filters to explore specific
150150
variables={`{
151151
"token_data_id": "0x8142a7fde5039839509e81615e456413bac1c53a1d6c6447f2daf64e84665948"
152152
}`}
153-
/>
153+
/>

apps/nextra/pages/en/build/indexer/nft-aggregator/nft-aggregator-table.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Tracks current active token offers by token and buyer.
152152
| token_amount | Option\<i64> | Token quantity |
153153
| token_name | Option\<String> | Token name |
154154
| standard_event_type | String | Normalized event type |
155+
| bid_key | Option\<i64> | Unique bid key |
155156
| is_deleted | bool | Offer active status |
156157
| marketplace | String | Marketplace name |
157158
| contract_address | String | Marketplace contract address |

0 commit comments

Comments
 (0)