GET
/v1/payments/packsAvailable Credit Packs
Lists all available subscription tiers and credit pack add-ons with pricing.
Response
200401403404500
Successful Response
Code Snippet
curl -X GET "https://api.resolvedmarkets.com/v1/payments/packs" \ -H "X-API-Key: YOUR_API_KEY"
200
{
"packs": [
{ "id": "pro_monthly", "tier": "pro", "priceUsd": 17, "credits": 50000 },
{ "id": "enterprise_monthly", "tier": "enterprise", "priceUsd": 249, "credits": 500000 },
{ "id": "credits_1k", "tier": null, "priceUsd": 2, "credits": 1000 }
],
"tiers": { ... }
}