Client Secret

Table of Contents

Description

Financial meaning

It stores the data of an API key of broker, bank, API. It provides a single point of access to user data and API keys (third-party services) associated with customer portfolios.

Platform abstraction

Client Secret in the Finmars platform is information about the client's API key, which refers to:

Examples

User code
Provider
Portfolio
Path to Secret
Client ID
Notes
client-00 Bank A
Bonds Portfolio
finmars/bank-a-access 1
-

Cookbook

CRUD

Operations within platform.

Use Cases

Now u can use some thing like this in workflow script:

payload = kwargs.get("payload")
client = payload.get("client")
secrets = workflow.finmars.get_secrets(client, provider="exante") 

credentials = vault.get_secret(secret.path_to_secret)

F.A.Q.

API documentation


Revision #6
Created 28 January 2025 12:51:59 by Yaroslav
Updated 29 January 2025 18:02:47 by Yaroslav