Skip to main content

vbase-api-py

vBase REST API Python Client

See documentation and the Swagger UI for more details.


License

This project is licensed under the Apache 2.0 License - see the LICENSE.txt file for details.

Introduction

vBase creates a global auditable record of when data was created, by whom, and how it has changed (collectively, “data provenance”). Data producers can prove the provenance of their data to any external party, increasing its value and marketability. Data consumers can ensure the integrity of historical data and any derivative calculations. The result is trustworthy information that can be put into production quickly without expensive and time-consuming trials.

Verifiable provenance establishes the credibility of data and calculations. For example, if you wish to prove investment skill, the recipient must be sure they are receiving a complete and accurate record of your timestamped trades or portfolios.

vBase resolves several expensive market failures common to financial data. Some of the areas that benefit include:

  • Provably point-in-time datasets
  • Auditable investing track records
  • Sound backtests, historical simulations, and time-series modeling

vBase services do not require access to the data itself, assuring privacy. They also do not rely on centralized intermediaries, eliminating the technical, operating, and business risks of a trusted party controlling your data and its validation. vBase ensures data security and interoperability that is unattainable with legacy centralized systems. It does so by storing digital fingerprints of data, metadata, and revisions on secure public blockchains.

With vBase, creating and consuming provably correct data is as easy as pressing a button.

References

Installation

Install the package using pip:

pip install vbase-api

Quick Start

Getting Your API Key

To use the vBase API, you'll need an API key (Bearer token). You can obtain this from your vBase account settings.

Basic Usage

from vbase_api import VBaseAPIClient

# Initialize the client
client = VBaseAPIClient(api_key="your-bearer-token")

# Stamp some data
stamp = client.create_stamp(data="Important data to be stamped")
print(f"Stamped with CID: {stamp.commitment_receipt.object_cid}")

# List your collections
collections = client.get_collections()
for collection in collections:
    print(f"{collection.name}: {collection.cid}")

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vbase_api-0.1.3.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vbase_api-0.1.3-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file vbase_api-0.1.3.tar.gz.

File metadata

  • Download URL: vbase_api-0.1.3.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for vbase_api-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9ea8add720f279017e6dc042ecd25f0404ede1fd2162994d1788a8964bdb5303
MD5 b556a1ef2add860915c32a52f023b3de
BLAKE2b-256 2ac1316871c5f609cb032ab821d8a0077f0c389cfff8babfce37f0fe42cb1561

See more details on using hashes here.

Provenance

The following attestation bundles were made for vbase_api-0.1.3.tar.gz:

Publisher: publish-pypi.yml on validityBase/vbase-api-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vbase_api-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: vbase_api-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for vbase_api-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b58d6679c52eb93100d0cdd232416aa2f11fd1950ca2b68f685bbf1827f45ebf
MD5 2f13811c2cc8038a554fb3ae00b135d4
BLAKE2b-256 2193410edda99a5169c3e73bf87acdf3b4d9db35ed5d98dee4996655dea0527c

See more details on using hashes here.

Provenance

The following attestation bundles were made for vbase_api-0.1.3-py3-none-any.whl:

Publisher: publish-pypi.yml on validityBase/vbase-api-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.3 This release

2 files

0.1.2

2 files

0.1.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page