LogoLogo
  • Introduction
  • Quick Start
    • Developing Cross Chain Dapps
      • Standard Relayer
      • Specialized Relayer
    • Tutorials
      • Hello Wormhole
        • Hello Wormhole Explained
        • Beyond Hello Wormhole
      • Hello Token
      • CCTP
        • USDC Transfers With Connect SDK
      • Simple Relayer
        • Advanced Relayer Example
    • Demos
    • Wormhole Connect: Bridging Made Easy
  • Explore Wormhole
    • Architecture
    • Security
    • Core Contracts
    • Guardians
    • VAAs
    • Relayers
    • Spy
    • Gateway
      • Onboarding
  • Reference
    • Constants Reference
    • Development Environment
      • Tilt
      • Tooling
    • Blockchain Platforms
      • Algorand
      • Aptos
      • CosmWasm
      • EVM
        • Relayer
      • Near
      • Solana
      • Sui
    • API Docs
      • Wormholescan API
    • SDK Docs
      • Legacy SDK
    • CLI Docs
    • Glossary
  • Wormhole Connect
    • Overview
    • Routes
    • Features
    • Configuration
  • Native Token Transfers
    • Overview
      • System Components
      • Deployment Models
    • Deployment
      • Installation
      • Deploy to EVM
      • Deploy to Solana
      • Post Deployment
    • Configuration
      • Rate Limiting
      • Access Control
    • Security
    • Custom Transceivers
    • Architecture
      • EVM Message Lifecycle
      • Solana Message Lifecycle
  • Queries
    • Overview
    • Getting Started
    • FAQs
  • MultiGov
    • Overview
    • Getting Started
    • Deployment
      • Configuration
    • Upgrading
    • Architecture
    • Guides
    • FAQs
  • External Links
    • Explorer
    • Ecosystem
    • Guardian Dashboard
    • Portal Bridge Docs
    • Discord
    • Twitter
    • Github
Powered by GitBook
On this page
  • Documentation
  • Interactive documentation
  • Try it
  • Guardian API

Was this helpful?

Edit on GitHub
  1. Reference

API Docs

Last updated 1 year ago

Was this helpful?

Wormhole provides an HTTP API a developer can use to retrieve details about or the , among other things.

The primary API for wormhole is a read only HTTP server used to retrieve details about VAAs or the Guardian Network.

Documentation

See for details on the paths and parameters available.

Interactive documentation

A playground to try out some endpoints is available and is great for quick experimentation.

Try it

RPC endpoints

Network
URL

Testnet

https://api.testnet.wormholescan.io/api/v1/

Mainnet

https://api.wormholescan.io/api/v1/

Examples

Get the first page of VAAs for Testnet Polygon (chain id: 5)

curl -s 'https://api.testnet.wormholescan.io/api/v1/vaas/5' \
-H 'accept: application/json' 

Get the first page of VAAs for Polygon (chain id: 5)

curl -s 'https://api.wormholescan.io/api/v1/vaas/5' \
-H 'accept: application/json' 

Guardian API

There is also a endpoint which the currently uses.

Guardian Public RPC
SDK
this page
here
VAAs
Guardian Network