v1

latestOpenAPI 3.0.32026-07-132198167.9 KB
Network

List all Networks

List all networks your organization is part of.

get/v1/networks/

Query parameters

order_by'name' | 'created_at'

Which field to use when ordering the results. <br> Use the - prefix to perform descending ordering (-name).

pageinteger

A page number within the paginated result set.

projectstring

Filter by project ID.

namestring

Filter by name.

public_network'ethereum-mainnet' | 'ethereum-ropsten-testnet' | 'ethereum-rinkeby-testnet' | 'polygon-pos-mainnet' | 'polygon-pos-testnet' | 'bsc-mainnet' | 'bsc-testnet' | 'avalanche-mainnet' | 'avalanche-testnet' | 'arbitrum-mainnet' | 'arbitrum-goerli' | 'near-mainnet' | 'near-testnet' | 'aurora-mainnet' | 'aurora-testnet' | 'gnosis-mainnet' | 'gnosis-testnet' | 'cronos-mainnet' | 'cronos-testnet' | 'fantom-mainnet' | 'fantom-testnet' | 'starknet-mainnet' | 'starknet-testnet' | 'harmony-mainnet' | 'harmony-devnet' | 'tezos-mainnet' | 'tezos-testnet' | 'fuse-mainnet' | 'fuse-testnet' | 'bitcoin-mainnet' | 'bitcoin-testnet'
Example:corda-network-uat

Filter by public network.

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

See more about statuses.

Filter by network status.

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

Protocol. <br>See also Supported protocols.

Filter by protocol.

project_type'public'

Type of the project. <br>

  • public for public chain project

Filter by project type.

Response

countinteger

Number of the objects in the paginated results.

nextstring nullable

Link to the next page.

previousstring nullable

Link to the previous page.

Example response

{
  "count": 123
}