Star Tower Chain
Developer Support
Developer Support
  • StarTowerChain Open-Source Explorer
  • 💡About SAVWSCAN
    • Features
  • 🫂Using SAVWSCAN
    • Getting Started
      • Glossary of Terms
      • Main Menu
      • Blocks
      • Transaction Types
      • Beacon Chain Withdrawal Views
  • CSV Exports
  • Token Support
    • RIP-1155 Support
  • 🧑‍💻Developer Support
    • SAVWSCAN APIS
      • Requests & Limits
    • REST API Endpoints
      • Stats API
      • Interpreter API
    • JSON RPC & SAVW Compatible RPC Endpoints
      • Account
      • Block
      • Contract
      • Logs
      • Stats
      • Token
      • Transaction
      • StarTower RPC API
      • GraphQL in StarTower
  • Smart Contract Verification
    • StarTower UI
    • StarTower smart-contract verification API
    • Hardhat Verification Plugin
      • Sourcify Plugin for Hardhat
    • Foundry Verification
    • Sourcify Verification
    • OpenZeppelin Contract Verification
    • Automate verifications with Catapulta
  • 🏃‍♂️Setup and Run StarTowerChain
    • General Overview
      • Separate Indexer, Web App, and API
      • Umbrella Project Organization
      • Indexer Architecture Overview
  • Requirements
    • General Backend Requirements / StarTower Backend Prerequisites
    • Hardware & Hosting Requirements
    • Database Storage Requirements
    • Client Setting Requirements
    • Node Tracing / JSON RPC Requirements
  • ⚙️ENV Variables
    • Backend ENVs: Common
Powered by GitBook
On this page
  1. Developer Support

JSON RPC & SAVW Compatible RPC Endpoints

API designed for ease of use

This API is provided for developers transitioning applications from SAVWSCAN to StarTower and applications requiring general API and data support. It supports GET and POST requests.

The following modules are supported. Click through to see specific endpoints and parameters.

Account

?module=account

Logs

?module=logs

Token

?module=token

Stats

?module=stats

Block

?module=block

Contract

?module=contract

Transaction

?module=transaction

PreviousInterpreter APINextAccount

Last updated 1 month ago

🧑‍💻