API Docs
Wormhole provides an HTTP API a developer can use to retrieve details about VAAs or the Guardian Network, among other things.
The primary API for wormhole is a read only HTTP server used to retrieve details about VAAs or the Guardian Network.
Network | URL |
---|---|
Testnet | https://api.testnet.wormholescan.io/api/v1/ |
Mainnet | https://api.wormholescan.io/api/v1/ |
Testnet
Mainnet
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'
Last modified 1mo ago