Skip to main content
GET
Get a specific STO by its UUID
Requires x-api-key. Returns the full record for a single offering — supply, price, dates, status, the escrow contract address, 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

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

uuid
string

Offering identifier. Pass it as id to the other STO endpoints.

name
string

Offering name.

status
string

Offering status.

tokenAmount
string

Tokens allocated to the offering.

hardCap
string

Maximum raise in USD.

softCap
string

Minimum raise in USD.

maxInvestment
string

Maximum investment per investor.

minInvestment
string

Minimum investment per investor.

tokenSymbol
string

Token symbol of the asset.

startDate
string<date-time>

Offering start date.

endDate
string<date-time>

Offering end date.

tokenPrice
string

Token price for the offering.

acceptedCoin
string

Payment token accepted by the offering.

escrow
string

Escrow contract address of the offering.