C
DripStack API — MPP Grade C
Preview responses and set spending limits for this service through use.mpp.land
Free budget controls, response samples, and reliability routing.
On-chain Activity
12
Total txs
12
7d txs
$0.60
7d volume
$0.60
Total volume
3
Unique payers
0
Unique clients
7-day activity
▁▁▁▁▁▁█
Compliance Checks
All paid ops declare 402 response
MUST
10pt
All x-payment-info valid
MUST
10pt
Challenge has Cache-Control: no-store
MUST
5pt
Challenge digest on POST
SHOULD
3pt
Challenge has expires
SHOULD
3pt
Challenge has Problem Details
SHOULD
2pt
Challenge has required params
MUST
5pt
Challenge has WWW-Authenticate
MUST
5pt
Challenge returns 402
MUST
10pt
Correct Content-Type
MUST
5pt
Has Cache-Control on discovery
SHOULD
5pt
Has input schemas
SHOULD
5pt
Has llms.txt
SHOULD
5pt
Has /openapi.json at root
MUST
10pt
Has required top-level fields
MUST
10pt
Served over HTTPS
MUST
10pt
Uses standard categories
SHOULD
2pt
1 issue
- Endpoint GET /api/v1/payment-discovery returned 500
Paid Operations (2)
GET /api/v1/payment-discovery dynamic
Payment discovery (402 challenge only).
Returns HTTP 402 with MPP (`WWW-Authenticate: Payment …`) and x402 v2 (`PAYMENT-REQUIRED`) on unpaid requests. No path parameters and no database access — use for tooling that must see a realm challenge before heavy validation. The request body is optional (see schema); omit it or send `{}`. Amount is the static floor ($0.05 USD), not a post purchase.
- Amount
- map[amount:0.05 currency:USD mode:fixed]
- Currency
- -
- Method
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: map[amount:0.05 currency:USD mode:fixed] protocols: [map[x402:map[]] map[mpp:map[currency: intent: method:]]]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | MPP (Payment HTTP Authentication Scheme): after HTTP 402, retry with `Authorization: Payment <credential>`. |
| PAYMENT-SIGNATURE | header | string | No | x402 v2: after HTTP 402, retry with the encoded payment payload from the `PAYMENT-REQUIRED` challenge (same header name as in `@x402/core` HTTP transport). |
Input Schema
{
"additionalProperties": false,
"description": "Optional. This GET has no request body; send an empty JSON object or omit the body.",
"properties": {},
"type": "object"
}
GET /api/v1/publications/{publicationSlug}/{postSlug} dynamic
Get full post content (paid).
Resolves the post, then returns HTTP 402 until the client pays via MPP and/or x402 on the same response (WWW-Authenticate + PAYMENT-REQUIRED). The challenge amount is the stored per-post price in USD, or at least $0.05 when the post has no source price (see OpenAPI x-payment-info dynamic range; runtime 402 is authoritative).
- Amount
- map[currency:USD max:10.00 min:0.05 mode:dynamic]
- Currency
- -
- Method
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: map[currency:USD max:10.00 min:0.05 mode:dynamic] protocols: [map[x402:map[]] map[mpp:map[currency: intent: method:]]]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| publicationSlug | path | string | Yes | Publication slug, which is the normalized host. |
| postSlug | path | string | Yes | Post slug from the publication feed. |
| importer | query | string | No | When set to `1`, skips payment and redirects to the app import flow after finding the post. |
| Authorization | header | string | No | MPP (Payment HTTP Authentication Scheme): after HTTP 402, retry with `Authorization: Payment <credential>`. |
| PAYMENT-SIGNATURE | header | string | No | x402 v2: after HTTP 402, retry with the encoded payment payload from the `PAYMENT-REQUIRED` challenge (same header name as in `@x402/core` HTTP transport). |
Response Schema (200)
{
"$ref": "#/components/schemas/FullPublicationPost"
}
Payment Methods
- Methods
- -
- Intents
- -
- Currencies (discovery)
- -
- Multiple Challenges
- No
Security
- TLS Version
- TLSv1.3
- Challenge ID Unique
- -
- Challenge ID Length
- -
- Digest Binding
- -
Uptime
- Discovery
- Reachable (109ms)
- Challenge
- Reachable (196ms)
- Last Checked
Schema Completeness
- Paid Operations
- 2
- With Input Schema
- 1
- With Description
- 2
1 missing schema
- GET /api/v1/publications/{publicationSlug}/{postSlug}
Documentation
- Homepage
- -
- API Reference
- -
- llms.txt
- -
Discovery
- OpenAPI URL
- https://dripstack.xyz/openapi.json
- OpenAPI Version
- 3.1.0
- Service Version
- 0.1.0
- Document Size
- 13670 bytes
- Document Hash
- 04af31deb586ed43d8a3cc4fe7de4f4638e30d5e922b39819a9bf837aefc3c10
Version History (1 snapshots)
- new endpoint: GET /api/v1/payment-discovery
- document hash changed (no semantic differences detected)
Grade: B (83%) → C (67%)
Scan snapshots
| Date | Grade | Score | Response | Status |
|---|---|---|---|---|
| 2026-04-10 | B | 83% | 713ms | Up |