Documentation v1 · UPDATED 21 AUG 2026
Get an API key

Seller reputation

GET /v1/sellers/{id}/reputation

Returns the public trust-layer summary for a seller. No authentication is required.

The response contains the seller id, the newest snapshot as current, and up to the latest stored snapshots in newest-first history order. current is null and history is empty when no score has been recorded.

Each snapshot contains:

fieldtypemeaning
seller_idUUIDSeller described by the snapshot
scorenumberWeighted reputation score from 0 through 100
fill_ratenumberSuccessful fills divided by matched trades
latency_adherencenumberTrades within SLA divided by observed trades
quality_ratenumberWell-formed responses divided by total responses
timestampRFC 3339 stringTime the snapshot was taken
curl -s https://aispotmarket.com/market/api/v1/sellers/SELLER_ID/reputation

The reputation response is descriptive. Admission decisions use current trust-layer state, so callers should not treat a cached snapshot as permission to place or receive an order.