Get investments associated with a specific STO ID
Information Endpoints
Get Investments by STO
Description: This endpoint retrieves a list of investment transactions associated with a specific Security Token Offering (STO), identified by its UUID.
Headers:
x-api-key:YOUR_API_KEY
Query Parameters:
tokenSymbol(string): The symbol of the token.id(string, format: uuid): The unique identifier of the STO for which to retrieve investments.
GET
Get investments associated with a specific STO ID
Retrieves investments for a specific STO.
Query Parameters
tokenSymbol(required): Token symbolid(required): STO ID
Example
Response
Authorizations
Query Parameters
The symbol of the token.
The unique identifier (UUID) of the STO.
Response
200 - application/json
Successful response - Investments for the specified STO retrieved.