Skip to main content
Version: mainnet (v0.72)

Network history bootstrap peers

Get a list of IPFS peers that can be used to initialise a new data node with network history

Responses

A successful response.


Schema
    bootstrapPeers string[]

    List of peers that can be used to bootstrap a Vega data node.

GET /api/v2/networkhistory/bootstrap

Request

Base URL
https://vega-mainnet-data.commodum.io
curl / cURL
curl -L -X GET 'https://vega-mainnet-data.commodum.io/api/v2/networkhistory/bootstrap' \
-H 'Accept: application/json'