Get Flash Layer info

Get Flash Layer Information

Request

GET /v1/flashlayer/info/{:id}
PropertyTypeDescription

id

uint

Flash Layer ID

Request Body

{}

Response

{
  "flashlayer": {
    "name": "freetrial",
    "status": "STATUS_ACTIVE",
    "settings": {
      "blockTime": 2,
      "gasless": true,
      "fcfs": true,
      "genesisAccounts": [],
      "tokenDecimals": "18",
      "tokenSymbol": "OAS",
      "blockGasLimit": "30000000"
    },
    "resources": {
      "rpc": "https://freetrial.alt.technology",
      "explorer": "https://flashlayername-explorer.alt.technology",
      "chainId": "5000460",
      "rpcWs": "wss://freetrial.alt.technology"
    },
    "createdAt": "2023-08-14T13:12:17.595174Z",
    "id": "1",
    "tier": "FLASHLAYER_TIER_FREE_TRIAL"
  }
}
## /v1/flashlayer/info/{id}
curl "https://dashboard-api.alt.technology/v1/flashlayer/info/{id}" \
     -H 'Content-Type: application/json' \
     -H 'Accept: application/json' \
     -H 'Authorization: Bearer {access_token}' \
     -d $'{}'

Last updated