Get Bazaar Listing Kit (paid)
get_bazaar_listing_kitUse this after buying the Bazaar Listing Package (you must have the listing_key issued at payment). Returns the deploy-ready x402 v2 kit generated for the customer's stack, wallet and price: 402 handler code with the Bazaar discovery declaration, self-settle trigger script, keepalive cron, wallet guidance, and an ordered DEPLOY-CHECKLIST. Pass resource_url / pay_to / price_usd / stack here to fill in anything missing from the purchase; the kit is regenerated on every call (idempotent). Files return inline (chunked above 8KB) — write them to disk for the user. No listing_key? The package is $99 one-time at https://mudko.com/api/x402/bazaar-listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stack | No | ||
| pay_to | No | Receiving wallet (0x… EVM address on Base). | |
| price_usd | No | Price per call in USD. | |
| listing_key | Yes | lk_… key issued when the package was purchased (required). | |
| resource_url | No | HTTPS URL agents will pay — also what the Bazaar crawls. | |
| service_name | No | Bazaar service name (<=32 ASCII chars; defaults to the endpoint host). | |
| service_description | No | Rich search-prompt-style description — feeds Bazaar ranking. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Kit files, inline (chunked above 8KB — concatenate chunks in order). | |
| status | Yes | ||
| listing | No | ||
| message | No | ||
| fileCount | No | ||
| next_step | No |