Async portfolio place-report job for agents
Async portfolio place-report job for agents. Preflights 3 to 50 addresses, charges one batch price only when at least one item is supported, then returns a pollable job with per-item report ids. Unsupported items remain free diagnostics. No hidden per-item charges, valuation, screening, forecasts, or safe/unsafe labels. npx @velinussage/locus-agent-skill add.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
59 msmedian answer time
$0.25listed price per call
$0.25price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.locus.report/api/locus-place-report-batch
| Category | Market data |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:1, eip155:10, eip155:130, eip155:1329, eip155:137, eip155:146, eip155:42161, eip155:43114, eip155:480, eip155:8453, eip155:999, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.25 | 59 ms |
Example input (from the provider)
{
"body": {
"addresses": [
"1 E Edenton St, Raleigh, NC 27601",
"1 E Edenton St, Raleigh, NC 27601",
"1 E Edenton St, Raleigh, NC 27601"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"addresses": {
"items": {
"maxLength": 240,
"minLength": 5,
"type": "string"
},
"maxItems": 50,
"minItems": 3,
"type": "array"
},
"lookbackDays": {
"exclusiveMinimum": 0,
"maximum": 3650,
"type": "integer"
},
"radiusMeters": {
"exclusiveMinimum": 0,
"maximum": 50000,
"type": "number"
},
"webhookUrl": {
"format": "uri",
"maxLength": 500,
"type": "string"
}
},
"required": [
"addresses"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}