Skip to main content

trivium-python-sdk

Project description

trivium-python-sdk

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 0.2.13
  • Package version: 0.2.13
  • Generator version: 7.12.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.8+

Installation & Usage

pip install

pip install trivium-python-sdk

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import trivium_python_sdk
from trivium_python_sdk.rest import ApiException
from pprint import pprint
import os

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = trivium_python_sdk.Configuration(
    host = "https://staging.api.triviumcapital.tech" # staging
    # host = "https://production.api.triviumcapital.tech" # production
    api_key={"apiKeyAuth": os.environ["TRIVIUM_API_KEY"]}
    access_token = os.environ["TRIVIUM_API_SECRET"]
)

# Enter a context with an instance of the API client
with trivium_python_sdk.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = trivium_python_sdk.CashApi(api_client)
    account_id = '40117016-ac89-4690-9986-01102be1ac9b' # str | 

    try:
        api_response = api_instance.get_api_v1_cash_account_accountid(account_id)
        print("The response of CashApi->get_api_v1_cash_account_accountid:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling CashApi->get_api_v1_cash_account_accountid: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
CashApi get_api_v1_cash_account_accountid GET /api/v1/cash/account/{accountId}
CashApi get_api_v1_cash_account_user_userid GET /api/v1/cash/account/user/{userId}
CashApi get_api_v1_cash_balance_userid GET /api/v1/cash/balance/{userId}
CashApi get_api_v1_cash_rates GET /api/v1/cash/rates
CashApi get_api_v1_cash_transactions_accountid GET /api/v1/cash/transactions/{accountId}
CashApi get_api_v1_cash_transactions_redemption_info GET /api/v1/cash/transactions/redemption/info
CashApi post_api_v1_cash_account POST /api/v1/cash/account
CashApi post_api_v1_cash_events POST /api/v1/cash/events
CashApi post_api_v1_cash_request_deposit_accountid POST /api/v1/cash/request/deposit/{accountId}
CashApi post_api_v1_cash_request_redemption_accountid POST /api/v1/cash/request/redemption/{accountId}
CashApi put_api_v1_cash_callback PUT /api/v1/cash/callback
FixedDepositApi get_api_v1_fixeddeposit_placement_placementid GET /api/v1/fixedDeposit/placement/{placementId}
FixedDepositApi get_api_v1_fixeddeposit_user_userid GET /api/v1/fixedDeposit/user/{userId}
FixedDepositApi put_api_v1_fixeddeposit_placement_placementid PUT /api/v1/fixedDeposit/placement/{placementId}
ManagedPortfoliosApi get_api_v1_portfolio_available_userid GET /api/v1/portfolio/available/{userId}
ManagedPortfoliosApi get_api_v1_portfolio_performance_investedportfolioid GET /api/v1/portfolio/performance/{investedPortfolioId}
ManagedPortfoliosApi get_api_v1_portfolio_positions_userid GET /api/v1/portfolio/positions/{userId}
ManagedPortfoliosApi post_api_v1_portfolio_deposit POST /api/v1/portfolio/deposit
ManagedPortfoliosApi post_api_v1_portfolio_redemption POST /api/v1/portfolio/redemption
PaymentsApi get_api_v1_payments_account_accountid GET /api/v1/payments/account/{accountId}
PaymentsApi get_api_v1_payments_account_user_userid GET /api/v1/payments/account/user/{userId}
PaymentsApi get_api_v1_payments_balances_userid GET /api/v1/payments/balances/{userId}
PaymentsApi post_api_v1_payments_account POST /api/v1/payments/account
PaymentsApi post_api_v1_payments_payout POST /api/v1/payments/payout
PaymentsApi post_api_v1_payments_payout_approve_accountid POST /api/v1/payments/payout/approve/{accountId}
StatementApi get_api_v1_statement_monthly_userid GET /api/v1/statement/monthly/{userId}
TradingApi get_api_v1_trading_instrument_available_userid GET /api/v1/trading/instrument/available/{userId}
TradingApi get_api_v1_trading_instrument_userid_symbol GET /api/v1/trading/instrument/{userId}/{symbol}
TradingApi get_api_v1_trading_positions_userid GET /api/v1/trading/positions/{userId}
TradingApi post_api_v1_trading_order_userid POST /api/v1/trading/order/{userId}
TransactionsApi get_api_v1_transactions_userid GET /api/v1/transactions/{userId}
UserApi get_api_v1_user_userid GET /api/v1/user/{userId}
UserApi get_api_v1_user_userid_sign_embedded GET /api/v1/user/{userId}/sign/embedded
UserApi post_api_v1_user POST /api/v1/user
UserApi post_api_v1_user_events POST /api/v1/user/events
UserApi post_api_v1_user_userid_documents POST /api/v1/user/{userId}/documents

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

apiKeyAuth

  • Type: API key
  • API key parameter name: X-Api-Key
  • Location: HTTP header

httpAuth

  • Type: Bearer authentication

Author

Project details


Download files

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

Source Distribution

trivium_python_sdk-0.2.13.tar.gz (85.9 kB view details)

Uploaded Source

Built Distribution

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

trivium_python_sdk-0.2.13-py3-none-any.whl (195.7 kB view details)

Uploaded Python 3

File details

Details for the file trivium_python_sdk-0.2.13.tar.gz.

File metadata

  • Download URL: trivium_python_sdk-0.2.13.tar.gz
  • Upload date:
  • Size: 85.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.19

File hashes

Hashes for trivium_python_sdk-0.2.13.tar.gz
Algorithm Hash digest
SHA256 94aeabb080024d16f7f45cf0393ad4b3baece9845ba9917200391d8e4106b31e
MD5 fb9d94ebb7695833ac0ef43552511145
BLAKE2b-256 64ac4b85fd013d8bfc55a5495b28c3dcf55b83b18e7510b9448031a60a135677

See more details on using hashes here.

File details

Details for the file trivium_python_sdk-0.2.13-py3-none-any.whl.

File metadata

File hashes

Hashes for trivium_python_sdk-0.2.13-py3-none-any.whl
Algorithm Hash digest
SHA256 0a5f755acf78d055f7f45f4f493fc2fca73420e14d035ff09ccf4730026bb665
MD5 b009c0ae11e4ead94319bf8eaafb6941
BLAKE2b-256 48ad203d862f0a3c9534c18bf2191f27813bdfae9a0a81ed39863968f999e87e

See more details on using hashes here.

Supported by

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