Skip to main content
GET
Per-transfer ceilings by currency and rail

Authorizations

Authorization
string
header
required

Your API key, issued by us and shown once at creation.

Query Parameters

currency
string

Filter to one ISO 4217 currency (case-insensitive). Omit for every row.

Pattern: ^[A-Za-z]{3}$
Example:

"EUR"

Response

The rows, optionally filtered.

environment
enum<string>
required

Which environment answered. sandbox: at least one money upstream is the provider's sandbox - no real money moves there, and the card corridor is the sandbox's asset (read GET /v1/config), not the documented production one. production: every configured upstream is real. Derived from the configured upstream hosts at boot, never a flag.

Available options:
sandbox,
production
Example:

"sandbox"

limits
object[]
required