Skip to main content
GET
/
v1
/
rpc
/
getSink
Get sink
curl --request GET \
  --url https://api.kas.fyi/v1/rpc/getSink \
  --header 'x-api-key: <api-key>'
{
  "sink": "34e9538fd3225652553930657c3d767d5ccab0fcd545038a69c202e45929dcd6"
}

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 information retrieved successfully

sink
string
required

Hash of the sink block

Example:

"34e9538fd3225652553930657c3d767d5ccab0fcd545038a69c202e45929dcd6"

⌘I