Skip to main content
GET
Get Network Information
Reads the chain metadata and the Brickken contract addresses deployed on a network. This endpoint does not require a token symbol, so it works before you have created any asset.

Query Parameters

  • chainId (required): Blockchain network ID. Decimal (11155111) and hexadecimal (0xaa36a7) forms are both accepted.

Example

Response

factoryAddress, BKNAddress, USDTAddress, and USDCAddress are null when the corresponding contract is not configured on that network.

Authorizations

x-api-key
string
header
required

Query Parameters

chainId
string
required

The blockchain's chain ID (e.g., "aa36a7").

Response

200 - application/json

Successful response

currencyName
string

The name of the blockchain's currency.

blockExplorerUrl
string

The URL of the block explorer.

factoryAddress
string

The address of the factory contract.

BKNAddress
string

The address of the BKN token.

USDTAddress
string

The address of the USDT token.

USDCAddress
string

The address of the USDC token.