Network history bootstrap peers
Get a list of IPFS peers that can be used to initialise a new data node with network history
Responses
- 200
- 500
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
bootstrapPeers string[]
List of peers that can be used to bootstrap a Vega data node.
{
"bootstrapPeers": [
"string"
]
}
An internal server error
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
GET /api/v2/networkhistory/bootstrap
Request
Request
curl / cURL
curl -L -X GET 'https://vega-mainnet-data.commodum.io/api/v2/networkhistory/bootstrap' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://vega-mainnet-data.commodum.io/api/v2/networkhistory/bootstrap' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://vega-mainnet-data.commodum.io/api/v2/networkhistory/bootstrap' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://vega-mainnet-data.commodum.io/api/v2/networkhistory/bootstrap' \
-H 'Accept: application/json'