Vulcan Forge API
  1. Financial Instruments
Vulcan Forge API
  • Introduction
  • Getting Started
  • Authentication & Authorization
  • Core Concepts
    • Terminology
    • Regulated Assets
    • Tenants
    • Mapping & Labelling
    • SVM Networks
    • Transaction Processing
    • Key Management
    • Read Layer
  • API Reference
    • Blockchain Accounts
      • Create Account
      • Fetch Account Details
      • Fetch Account Private Key
      • Fetch Account Balance
      • Fetch Accounts
      • Update Account
      • Inactivate Account
    • Financial Instruments
      • Create Financial Instrument
        POST
      • Fetch Financial Instrument Details
        POST
      • Fetch Financial Instrument Circulating Supply
        POST
      • Fetch Financial Instruments
        POST
      • Update Financial Instrument
        PATCH
      • Close Financial Instrument
        PATCH
      • Pause Financial Instrument
        PATCH
      • Unpause Financial Instrument
        PATCH
      • Token Extensions Calculator
        POST
    • Positions
      • State
        • Initialize Position
        • Update Position
        • Inactivate Position
        • Freeze Position
        • Unfreeze Position
      • Movements
        • Mint
        • Burn
        • Transfer Financial Instrument
        • Transfer Network Currency
      • Trades
        • Trade
      • History
        • Fetch Position Details
        • Fetch Position Balance
        • Fetch Positions
    • Loans
      • Create Loan
      • Fetch Loan Details
      • Fetch Loans
      • Swap Collateral
      • Repay Loan
      • Close Loan
      • Refinance Loan
    • Market Data
      • Onchain Data Sources
        • Create Onchain Data Source
        • Update Oracle Data Source Definition
        • Refresh Oracle Data Source
        • Fetch Onchain Data Source Details
        • Fetch Oracle Data Sources
    • Blockchain Transactions
      • Processing
        • Fetch Transaction Status
        • Sign Transaction
        • Submit Transaction
      • Durable Nonces
        • Create Durable Nonce Accounts
        • Fetch Durable Nonce Account Details
        • Fetch Durable Nonce Accounts
      • Address Lookup Tables
        • Create Address Lookup Table
        • Fetch Address Lookup Table Details
        • Fetch Address Lookup Tables
        • Extend Address Lookup Table
        • Update Address Lookup Table
      • History
        • Fetch Transaction Details
        • Fetch Transactions
  • Schemas
    • Accounts
      • DKG
        • DKG Key Setup
      • Max Allowed Debit Config
      • Offchain References
      • Account Lookup
      • New Account
      • Tenancy Config
      • Offchain File
      • Network Currency Debit Limit Config
      • Token Debit Limit Config
      • Limit Duration
    • Transactions
      • Svm Value Input
      • Svm Transaction Config
      • Commitment Config
      • Transaction Lookup
    • Query
      • Query Components
        • Sort Model
        • Filter Model
        • Field Value Filter
      • Items Query
      • Bulk Query
    • Loans
      • Loan Duration
    • Reponses
      • Errors
        • Individual Error
        • Error Response
      • Accounts
        • Private Keys
          • Database Private Key Details
          • Private Key Details
          • Cloud Provider Resource Location
          • DKG Private Key Details
        • Account Response Detailed
        • Account Onchain Detailed
        • Account Offchain Detailed
        • Account Response Compact
        • Account Onchain Compact
        • Account Offchain Compact
        • Account Response Identifiers
      • Transactions
        • Svm Value Result
        • Svm Transaction Result
        • Svm Entity Result
      • Financial Instruments
        • Financial Instrument Detailed
        • Financial Instrument Compact
        • Financial Instrument Identifiers
      • Loans
        • Loan Response
      • Positions
        • Position Offchain Result
        • Position Balance Response
        • Position Response Detailed
        • Position Response Compact
        • Position Response Identifiers
      • Market Data
        • Onchain Data Source Response
    • Positions
      • Position Lookup
      • Mint Definition
      • Burn Definition
      • Transfer Financial Instrument Definition
      • Transfer Network Currency Definition
    • Market Data
      • Onchain Data Source Details
      • Switchboard details
    • Loans
  1. Financial Instruments

Fetch Financial Instruments

Designing
Development
https://vf-solana-api.dev.alphaledger.com
Development
https://vf-solana-api.dev.alphaledger.com
POST
/api/v1/financial-instruments/bulk/{detail-level}
Fetches a list of financial instruments based on the provided query. Please note that the output fields will be trimmed to a smaller set of fields if the detail-level path parameter is set to identifiers or compact. Available detail levels:
detailed
compact
identifiers

Filter & Sort Options#

Usage example can be found here.
Supported filter and data types can be found here. Allowed values in the fieldName for sortModel and filterModel:
fieldNamedataTypedescriptionfiltersort
managedBOOLEANManaged vs un-manged accounts (DESC)**
versionTEXTSPL or TOKEN_2022 tokens (DESC)**
alIdTEXTThe offchain reference AL ID
offchainReferenceName*TEXTThe offchain reference name
lastTransactionAtTIMESTAMPOffchain timestamp of last transaction processed against this financial instrument
creationTransactionAtTIMESTAMPOffchain timestamp of creation transaction for this financial instrument
wasAlreadyOnchainBOOLEANIndicates if the financial instrument was already on chain at the time of the account was onboarded into Vulcan Forge
sharedAccrossTenantsBOOLEANIndicates if the financial instrument is shared across tenants
comments*TEXTThe financial instrument's comments
tenantOrganizationIdTEXTThe external organization id associated with the financial instrument. This represents the tenant organization to which the API Key that created the financial instrument belongs to.
defaultPositionState*TEXTThe financial instrument's default position state
paused*BOOLEANThe financial instrument's trading activity state (paused or not)
transferHookProgramOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument transfer program
transferHookProgramOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument transfer hook program
mintAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument mint authority
mintAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument mint authority
updateAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument update authority
udpateAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument update authority
freezeAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument freeze authority
freezeAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument freeze authority
permanentDelegateAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument permanent delegate authority
permanentDelegateAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument permanent delegate authority
closingAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument closing authority
closingAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument closing authority
pausableAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument pausable authority
pausableAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument pausable authority
scaledUiAmountAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument scaled UI amount authority
scaledUiAmountAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument scaled UI amount authority
transferHookAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument transfer hook authority
transferHookAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument transfer hook authority
confidentialTransferAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument confidential transfer authority
confidentialTransferAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument confidential transfer authority
confidentialMintBurnAuthorityOnchainId*ONCHAIN_ADDRESS_IDThe onchain id for the financial instrument confidential mint burn authority
confidentialMintBurnAuthorityOffchainIdOFFCHAIN_IDThe offchain id for the financial instrument confidential mint burn authority
(ASC|DESC)** - columns that are part of the default sort if no itemQuery.sortModel is provided.
* - indicates columns that are nullable and can use the IS_NULL or IS_NOT_NULL type

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params

Query Params

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400
🟠401
🟠403
🟠429
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://vf-solana-api.dev.alphaledger.com/api/v1/financial-instruments/bulk/compact?svmCluster=SOLANA_DEVNET' \
--header 'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "itemQuery": {
        "limit": 10,
        "skip": 0,
        "filter": [
            {
                "fieldName": "See the endpoint description for allowed values",
                "operator": "AND",
                "filterValues": [
                    {
                        "dataType": "TEXT",
                        "filterType": "EQUALS",
                        "valueString": "string",
                        "valueNumber": 0,
                        "valueBoolean": true,
                        "valuesString": [
                            "string"
                        ],
                        "valueFromString": "string",
                        "valueToString": "string",
                        "valueFromNumber": 0,
                        "valueToNumber": 0
                    }
                ]
            }
        ],
        "sort": [
            {
                "fieldName": "See the endpoint description for allowed values",
                "sortDirection": "ASC"
            }
        ]
    },
    "tenancyConfig": {
        "overrideOrganizationExternalId": "ALIM"
    }
}'
Response Response Example
200 - Example 1
{
    "count": 17,
    "items": [
        {
            "mintAccount": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "version": "TOKEN_2022",
            "mintAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "onchainData": {},
            "offchainData": {},
            "updateAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "freezeAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "defaultPositionState": "INITIALIZED",
            "permanentDelegateAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "closingAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "pausableAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "scaledUiAmountMultiplier": 2,
            "scaledUiAmountAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "transferHookAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "transferHookProgram": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "confidentialTransferAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            },
            "confidentialTransferAutoapproveNewAccounts": true,
            "confidentialMintBurnAuthority": {
                "onchain": {
                    "id": "6YaAdbMCV5GPRZ6AYbyEnGgggAHfEJjXTXYGrDVasQHK",
                    "lastTransactionId": "5vnjT6E19V4uQwHMojaR73XFoPjt9Y2nFn74xdDJZTK1MYScNWHpf876JFnSVzSqLxzEMLyzH355WWoiFN5ceMa9",
                    "lastTransactionAt": "2024-11-19T14:30:00.000Z",
                    "creationTransactionId": "3mTmwiMhwK286USNGGxCormm3srWcR5qmbCUb96jbz79Td53r6Nk2krCPeJ4LUUunwER8icNfGFXD2SQ8RnFPiZL",
                    "creationTransactionAt": "2024-11-19T14:30:00.000Z"
                },
                "offchain": {
                    "id": "b3e30f57-b404-4bd5-9e31-cec3298fa0bf",
                    "type": "WALLET",
                    "code": "BCDA",
                    "alId": "ALFNDPF000153786",
                    "organizationExternalId": "ALT",
                    "accountNumber": "ALT355566",
                    "name": "Trading Account",
                    "balance": {
                        "amount": 0,
                        "lamports": 54993005
                    },
                    "tokenDecimals": 0,
                    "lastTransactionId": "63e1c252-a23c-42af-a7f2-f48a2893c940",
                    "creationTransactionId": "f785791f-826b-4fe0-9547-6475518cdc7f"
                },
                "managed": true,
                "status": "ACTIVE",
                "privateKeyLocation": [
                    "SECRETS"
                ],
                "isDerived": true,
                "comments": "Some comments attached to the account",
                "subscribeToNetworkEvents": true,
                "sharedAcrossTenants": true,
                "wasOnchainAlready": true,
                "canPayFees": true,
                "globalFeePayerForOrgs": [
                    "string"
                ],
                "solDebitApiKeys": [
                    "string"
                ],
                "tokenDebitApiKeys": [
                    "string"
                ],
                "domain": "string",
                "tenantOrganizationId": "ALG"
            }
        }
    ]
}
Modified at 2026-02-21 21:58:24
Previous
Fetch Financial Instrument Circulating Supply
Next
Update Financial Instrument
Built with