Description: This endpoint retrieves balance details and current status for a Security Token Offering (STO). The specific STO may be determined by context (e.g., associated with the API key) or might require parameters not specified here.
Headers:
Authorization: Bearer YOUR_API_KEYtokenSymbol (required): Token symbolid (required): STO IDSuccessful response - STO balance details retrieved
Represents the balance and status details of an STO.
Unique identifier of the STO.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Name of the STO.
"Project Phoenix STO"
Name of the company issuing the STO.
"Phoenix Innovations Inc."
Current status of the STO (e.g., ACTIVE, PAUSED, COMPLETED).
"ACTIVE"
Total amount of tokens offered in the STO (as a string).
"5000000"
The hard cap funding goal (as a string).
"2500000"
The soft cap funding goal (as a string).
"500000"
Minimum required investment per participant (as a string).
"200"
Maximum allowed investment per participant (as a string).
"25000"
The STO start date and time in ISO 8601 format.
"2025-05-01T09:00:00.000Z"
The STO end date and time in ISO 8601 format.
"2025-08-01T23:59:59.000Z"
Price per token (as a string).
"0.75"
Symbol for the token being offered.
"PHNX"
The amount currently raised in the STO (as a string).
"875320.50"
The amount of tokens still available for sale (as a string).
"4124679.33"