## Retrieve Subscription Quantity History **post** `/v1/contracts/getSubscriptionQuantityHistory` Fetch the quantity and price for a subscription over time. End-point does not return future scheduled changes. ### Returns - **data:** `object` - **fiat\_credit\_type\_id:** `string` - **history:** `array of object` - **data:** `array of object` - **quantity:** `number` - **total:** `number` - **unit\_price:** `number` - **starting\_at:** `string` - **subscription\_id:** `string`