Skip to main content
GET
Get investments associated with a specific STO ID
Retrieves investments for a specific STO.

Query Parameters

  • tokenSymbol (required): Token symbol
  • id (required): STO ID

Example

Response

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string
required

The symbol of the token.

id
string<uuid>
required

The unique identifier (UUID) of the STO.

Response

200 - application/json

Successful response - Investments for the specified STO retrieved.

Contains a list of offering transactions and the total count.

offeringTransactionsList
object[]
required

An array containing the details of offering-related transactions (investments for this STO).

total
integer<int32>
required

The total number of investment records found for this STO.

Example:

42