pydo.billing_history.list()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To retrieve a list of all billing history entries, send a GET request to /v2/customers/my/billing_history
.
Request Sample
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
balance = client.billing_history.list()
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.