List product route templates (pay-in and pay-out currencies) enabled for an organization
Returns configured routes for the organization: the template for each product (currencies, limits, indicative cost tiers, trading hours, and optional inclusive money-account types). This is separate from POSTDocumentation Index
Fetch the complete documentation index at: https://docs.stablesea.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/organizations/{organization_id}/offerings, which builds tradable offerings after matching money accounts and other checks.
Use this endpoint to see exact payin_currency and payout_currency pairs enabled for your org—for example, to confirm whether a route requires USDC vs USD bank.
| Header | Value | Required | Description |
|---|---|---|---|
Authorization | Bearer <api-key> | true | Your API key for authentication |
Content-Type | application/json | true | Content type of the request |
inclusive_account_types: When this array is empty, there is no extra type filter beyond org-level enabled money-account types (only types your org may use). When non-empty, the route only applies to those account types (e.g. specific bank or wallet methods).has_trading_hours_configured: If false, no trading windows are stored for the route; is_within_trading_hours will be false until hours are configured in Ops.is_within_trading_hours: Whether now falls inside a configured window for the current weekday in each row’s timezone.