cURL
curl --request POST \ --url https://api.kas.fyi/v1/rpc/getDaaScoreTimestampEstimate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "daaScores": [ "1234567", "1234568", "1234569" ] }'
{ "timestamps": [ "1638360000000", "1638360060000", "1638360120000" ] }
Estimates timestamps for given DAA scores.