<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/Money",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:Money"
  },
  "title" : "Money"
}
-->

# Money

Monetary representation with currency.

```
object Money
```

## Discussion

The `Money` object is the standard monetary value type used throughout the API for budgets, bids, and spend amounts. An account doesn’t support mixing currencies.

To avoid validation errors when setting bid amounts or budgets, always use the currency code returned by the ad account’s `currency` field.

### Example

```json
{
  "currency": "USD",
  "amount": "10.00"
}
```

> Note: Don’t set amount fields with leading zeros. Use `"5.00"` rather than `"05.00"`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)