Skip to main content
GET
/
v1
/
rpc
/
getCurrentBlockColor
/
{hash}
Get current block color
curl --request GET \
  --url https://api.kas.fyi/v1/rpc/getCurrentBlockColor/{hash} \
  --header 'x-api-key: <api-key>'
{
  "blue": true
}

Cost

This endpoint costs 0.1 RU (Request Units) per call.

Authorizations

x-api-key
string
header
required

Path Parameters

hash
string
required
Example:

Response

200 - application/json
blue
boolean
required
Example: