Get STO by ID
Read one Security Token Offering by its identifier.
x-api-key. Returns the full record for a single offering — supply, price, dates, status, and the associated token.
Your key must be the tokenizer of the token behind the offering, or the call returns Unauthorized token symbol. See Authentication.
Use GET /get-stos to list every offering for a token and discover the IDs.Authorizations
Query Parameters
The symbol of the token.
The unique identifier (UUID) of the STO.
Response
Successful response - STO details retrieved
Represents the structure of an STO based on the defined interface.
Unique identifier of the STO.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Name of the STO.
"Example Project Alpha STO"
Current status of the STO (e.g., UPCOMING, ACTIVE, COMPLETED).
"ACTIVE"
Total amount of tokens offered in the STO (as a string).
"1000000"
The hard cap funding goal (as a string).
"500000"
The soft cap funding goal (as a string).
"100000"
Maximum allowed investment per participant (as a string).
"10000"
Minimum required investment per participant (as a string).
"100"
Symbol for the token being offered.
"EXA"
The STO start date and time in ISO 8601 format.
"2025-04-01T10:00:00.000Z"
The STO end date and time in ISO 8601 format.
"2025-07-01T23:59:59.000Z"
Price per token (as a string).
"0.50"
The symbol of the accepted cryptocurrency for payment.
"USDC"