Currency & Money Gate API
Currency & Money Gate API validates and normalizes monetary values into a canonical, unambiguous representation before they enter financial pipelines. ## What it does Blocks malformed amounts, ambiguous formats, precision violations, and currency mismatches. Returns normalized values in a consistent format with minor units (cents, pence, etc.) for direct database storage. ## Core principle Money…
Currency & Money Gate API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Normalize /v1/normalize |
Validates and normalizes a monetary amount into canonical form. Returns normalized_amount, minor_units, and validation flags. |
Currency & Money Gate API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 50 / minute |
|
| ULTRA | $49 / month | 100 / minute |
|
| MEGA | $349 / month | 500 / minute |
|