Browse and search available gift cards. Returns a list of gift card products with pricing, denomination, and catalog information. Use the laso_server_id from the results to order a card via GET /order-gift-card.
Every response includes a facets object listing the valid values for the category, currency, and country filters. The facets are computed from the full catalog, so a single unfiltered request (no query parameters) is enough to discover everything you can filter on.
This is a free endpoint — no x402 payment required. Requires a Bearer token from /auth.
Documentation Index
Fetch the complete documentation index at: https://agents.laso.finance/llms.txt
Use this file to discover all available pages before exploring further.
ID token from /auth or /get-card
Search query to filter gift cards by name (e.g. "Amazon", "Uber")
ISO 3166-1 alpha-2 country code to filter by (e.g. "US", "GB"). Returns gift cards available in that country, including borderless products that have no country restriction.
Currency code to filter by (e.g. "USD", "EUR")
Category to filter by (e.g. "ecommerce", "travel", "gaming"). See the facets.categories array in any response for the full list of valid values.