Show deposit details.
Signature
VastAI.show_deposit(
id: int
) -> dict
Parameters
id of instance to get info for
Returns
dict
Example
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.show_deposit(id=12345)
print(result)