Get DAA score timestamp estimate
Block Operations
Get DAA score timestamp estimate
Estimates timestamps for given DAA scores.
POST
Get DAA score timestamp estimate
Cost
This endpoint costs 0.1 RU (Request Units) per call.Authorizations
API key required for authentication. Get your API key at https://developer.kas.fyi
Body
application/json
Array of DAA scores to estimate timestamps for
Example:
["1234567", "1234568", "1234569"]Response
200 - application/json
DAA score timestamp estimates retrieved successfully
Array of estimated timestamps corresponding to the DAA scores
Example:
[
"1638360000000",
"1638360060000",
"1638360120000"
]