GET /api/v2/score/userId HTTP/1.1 Host: api.ethos.network Accept: */*
Successful response
{ "score": 1, "level": "untrusted" }
GET /api/v2/score/userkey HTTP/1.1 Host: api.ethos.network Accept: */*
GET /api/v2/score/status HTTP/1.1 Host: api.ethos.network Accept: */*
{ "status": "idle", "isQueued": true, "isCalculating": true, "isPending": true }
GET /api/v2/score/address HTTP/1.1 Host: api.ethos.network Accept: */*
POST /api/v2/score/addresses HTTP/1.1 Host: api.ethos.network Content-Type: application/json Accept: */* Content-Length: 22 { "addresses": [ "text" ] }
{ "ANY_ADDITIONAL_PROPERTY": { "score": 1, "level": "untrusted" } }
POST /api/v2/score/userIds HTTP/1.1 Host: api.ethos.network Content-Type: application/json Accept: */* Content-Length: 15 { "userIds": [ 1 ] }
POST /api/v2/score/userkeys HTTP/1.1 Host: api.ethos.network Content-Type: application/json Accept: */* Content-Length: 21 { "userkeys": [ "text" ] }