Skip to content

Move Rollup Indexer to API Reference#127

Merged
tansawit merged 8 commits intomainfrom
mintlify/rollup-indexer-api-reference-1774521773
Mar 26, 2026
Merged

Move Rollup Indexer to API Reference#127
tansawit merged 8 commits intomainfrom
mintlify/rollup-indexer-api-reference-1774521773

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify bot commented Mar 26, 2026

Summary

  • Moved the Rollup Indexer endpoints from Developers > Tools > Indexers to the API Reference tab as a new Rollup Indexer API section
  • Created an OpenAPI spec (api-reference/rollup-indexer/openapi.yaml) with server options for evm-1, move-1, and wasm-1 (sourced from initia-registry testnets)
  • Added an introduction page matching the Router API reference structure
  • Deprecated the hardcoded mini* base URLs — endpoints now use chain-specific rollytics-api-{chain}.anvil.asia-southeast.initia.xyz URLs selectable via server dropdown
  • Organized endpoints into Transactions and NFTs groups

Endpoints

Transactions

  • GET /indexer/tx/v1/txs/by_account/{account}
  • GET /indexer/tx/v1/txs/by_height/{height}
  • GET /indexer/tx/v1/txs/{tx_hash}

NFTs

  • GET /indexer/nft/v1/collections/by_account/{account}
  • GET /indexer/nft/v1/collections/{collection_addr}
  • GET /indexer/nft/v1/tokens/by_collection/{collection_addr}
  • GET /indexer/nft/v1/tokens/by_account/{account}

- Create OpenAPI spec with server options for evm-1, move-1, wasm-1
- Add introduction page with base URL table
- Add Rollup Indexer API group to API Reference navigation
- Remove Rollup Indexers from Developers/Tools/Indexers section
- Deprecate hardcoded mini* URLs in favor of chain-specific endpoints
Generated-By: mintlify-agent
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify bot commented Mar 26, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
initia-docs 🟢 Ready View Preview Mar 26, 2026, 10:44 AM

Each chain will have its own unique indexer URL in production.
Generated-By: mintlify-agent
Replace 'rollup(s)' with 'chain(s)' or 'Initia Stack chains' throughout.
Generated-By: mintlify-agent
Maps all 8 old Developers/Tools/Indexers paths to their new
OpenAPI-generated counterparts under API Reference.
Generated-By: mintlify-agent
…ntro page

- Added all endpoints from the rollytics implementation:
  Blocks (3), Transactions (4), EVM Transactions (4),
  EVM Internal Transactions (4), NFTs (7), Rich List (1)
- Added pagination parameters, query filters, and proper descriptions
  matching the actual Go implementation
- Created API Reference landing page with cards for Router API and
  Indexer API
- Updated navigation with Blocks, EVM Transactions, EVM Internal
  Transactions, and Rich List groups
Generated-By: mintlify-agent
Response fields now documented for all 23 endpoints based on the
rollytics Go source types, including:
- Block: chain_id, height, hash, block_time, gas, fees, proposer
- Tx: txhash, height, code, gas, logs, events, timestamp
- EvmTx: blockHash, from, to, gasUsed, logs, status, type
- EvmInternalTx: height, hash, type, from, to, value, gas
- NftCollection: object_addr, creator, name, nft count
- NftToken: collection_addr, owner, token_id, uri
- TokenHolder: account, amount
- Pagination: previous_key, next_key, total
Generated-By: mintlify-agent
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@tansawit tansawit merged commit edba8f0 into main Mar 26, 2026
6 checks passed
@tansawit tansawit deleted the mintlify/rollup-indexer-api-reference-1774521773 branch March 26, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant