v1

latestOpenAPI 3.0.32026-07-132198167.9 KB
Network

Create Network

Create a network.

post/v1/networks/

Request body

idstring
namestring required

Name of the network.

  • Required for consortium networks.
  • Autogenerated for public chain networks.
projectstring required

ID of the network's project.

protocol'ethereum' | 'polygon-pos' | 'bsc' | 'avalanche' | 'arbitrum' | 'near' | 'aurora' | 'gnosis' | 'cronos' | 'fantom' | 'starknet' | 'harmony' | 'tezos' | 'fuse' | 'bitcoin' required

Protocol. <br>See also Supported protocols.

detailsobject
status'pending' | 'ok' | 'failed' | 'warning' | 'stopping' | 'stopped' | 'starting'

See more about statuses.

created_atstring date-time

When the object was created.

Response

idstring
namestring

Name of the network.

projectstring

ID of the network's project.

protocol'ethereum' | 'polygon-pos' | 'bsc' | 'avalanche' | 'arbitrum' | 'near' | 'aurora' | 'gnosis' | 'cronos' | 'fantom' | 'starknet' | 'harmony' | 'tezos' | 'fuse' | 'bitcoin'

Protocol. <br>See also Supported protocols.

detailsobject
status'pending' | 'ok' | 'failed' | 'warning' | 'stopping' | 'stopped' | 'starting'

See more about statuses.

created_atstring date-time

When the object was created.