api.ikoles.dev
https://api.ikoles.dev/v1/tender-shortlistShares a payout wallet with 2 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Returns a curated list of qualified vendors or bidders for a specific tender or procurement request.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
0.0% avgResponse time
Data table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/14/2026, 10:00:00 AM | 0% | 1 | — |
| 8/15/2026, 10:00:00 AM | 0% | 1 | — |
| 8/16/2026, 10:00:00 AM | 0% | 1 | — |
| 8/17/2026, 11:00:00 AM | 0% | 1 | — |
| 8/18/2026, 11:00:00 AM | 0% | 1 | — |
| 8/19/2026, 11:00:00 AM | 0% | 1 | — |
| 8/20/2026, 11:00:00 AM | 0% | 1 | — |
- Availability
- 41
- Latency
- not yet measured
- Security
- 0
- Transparency
- 37
- Activity
- 2
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 58% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- Spaceship, Inc.
- Domain registered
- 2026-07-20
- Hosting network
- CLOUD-FSN1
- Hosting country
- DE
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/3/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/23/2026 | 2 | 0.3 | 2 |
| 7/28/2026 | 2 | 0.06 | 1 |
| 7/29/2026 | 2 | 0.2 | 1 |
| 7/30/2026 | 2 | 0.2 | 1 |
| 8/1/2026 | 1 | 0.05 | 1 |
| 8/2/2026 | 2 | 0.1 | 1 |
| 8/3/2026 | 1 | 0.05 | 1 |
This payout wallet is shared: figures cover all 3 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Response schema
{
"additionalProperties": false,
"properties": {
"count": {
"minimum": 0,
"type": "integer"
},
"generatedAt": {
"format": "date-time",
"type": "string"
},
"query": {
"type": "string"
},
"stats": {
"additionalProperties": false,
"properties": {
"dropped": {
"minimum": 0,
"type": "integer"
},
"duplicates": {
"minimum": 0,
"type": "integer"
},
"pages": {
"minimum": 0,
"type": "integer"
},
"scanned": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"pages",
"scanned",
"dropped",
"duplicates"
],
"type": "object"
},
"tenders": {
"items": {
"additionalProperties": true,
"properties": {
"buyerCountry": {
"type": [
"string",
"null"
]
},
"buyerName": {
"type": [
"string",
"null"
]
},
"currency": {
"type": [
"string",
"null"
]
},
"deadline": {
"format": "date-time",
"type": [
"string",
"null"
]
},
"estimatedValue": {
"type": [
"number",
"null"
]
},
"fitReasons": {
"items": {
"type": "string"
},
"type": "array"
},
"fitScore": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"noticeId": {
"type": "string"
},
"risks": {
"items": {
"type": "string"
},
"type": "array"
},
"sourceUrl": {
"format": "uri",
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"noticeId",
"title",
"fitScore",
"fitReasons",
"risks",
"sourceUrl"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"generatedAt",
"query",
"count",
"tenders",
"stats"
],
"type": "object"
}