Get dynamic partner-node price badges.
Public, unauthenticated, cacheable. Returns a flat map of ComfyUI node id to price badge, resolved server-side for the client’s core version and platform. Badge values are always badge objects in the exact serialized shape historically emitted by ComfyUI’s /object_info (). The map is authoritative: an absent key means the node has no price badge (either no badge applies to the client’s version or the badge was ended in the data file). Fetching clients ship with no baked-in badge data.
Headers
Conditional request; when it matches the payload ETag, 304 Not Modified is returned with no body.
Query Parameters
The client's ComfyUI core version (major.minor.patch). Unparseable values and the literal "nightly" are treated as the latest version.
The client's platform: "cloud" or "local". Unknown values are rejected.
Response
Flat map of node id to price badge.
Map of ComfyUI node id to price badge. Values are always price-badge objects in the serialized /object_info shape ({engine, depends_on, expr}); null never appears. The map is authoritative — an absent key means the node has no price badge.