GET
/
get-api-network-info
Get Network Information
curl --request GET \
  --url https://api.sandbox.brickken.com/get-api-network-info \
  --header 'x-api-key: <api-key>'
{
  "currencyName": "<string>",
  "blockExplorerUrl": "<string>",
  "factoryAddress": "<string>",
  "BKNAddress": "<string>",
  "USDTAddress": "<string>",
  "USDCAddress": "<string>"
}

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

The response is of type object.