Skip to main content
GET
/
v1
/
rpc
/
getSinkBlueScore
Get sink blue score
curl --request GET \
  --url https://api.kas.fyi/v1/rpc/getSinkBlueScore \
  --header 'x-api-key: <api-key>'
{
  "blueScore": "1234567"
}

Cost

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

Authorizations

x-api-key
string
header
required

API key required for authentication. Get your API key at https://developer.kas.fyi

Response

200 - application/json

Sink blue score retrieved successfully

blueScore
string
required

Blue score of the sink block

Example:

"1234567"

⌘I