post https://api.chainstack.com/v1/networks/
Create a network.
Responses
Create a network.
xxxxxxxxxx
12curl --request POST \
--url https://api.chainstack.com/v1/networks/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"protocol": "ethereum",
"configuration": {
"network": "ethereum-mainnet"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: