---
title: "Network volume billing history"
method: GET
path: "/billing/networkvolumes"
tags: ["billing"]
---

# Network volume billing history

`GET /billing/networkvolumes`

Retrieve billing information about your network volumes.

## Query parameters

- `bucketSize` 'hour' | 'day' | 'week' | 'month' | 'year' — The length of each billing time bucket. The billing time bucket is the time range over which each billing record is aggregated.
- `endTime` string, date-time — The end date of the billing period to retrieve.
- `startTime` string, date-time — The start date of the billing period to retrieve.

## Response `200`

Successful operation.

- object[]
  - `amount` number — The amount charged for the group for the billing period, in USD.
  - `diskSpaceBilledGb` integer — The amount of disk space billed for the billing period, in gigabytes (GB). Does not apply to all resource types.
  - `highPerformanceStorageAmount` number — The amount charged for high performance storage for the billing period, in USD.
  - `highPerformanceStorageDiskSpaceBilledGb` integer — The amount of high performance storage disk space billed for the billing period, in gigabytes (GB).
  - `time` string, date-time — The start of the period for which the billing record applies.

---

[API](https://skmtc.dev/runpod/apis/runpod-api.md) · [All operations](https://skmtc.dev/runpod/apis/runpod-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runpod/runpod-api/revisions/759c8050ed88/schema)
