Skip to main content
GET
Get all stos by TokenSymbol
Lists every Security Token Offering of a tokenized asset. The response is a JSON array, not an object.

Query Parameters

  • tokenSymbol (required): Token symbol

Example

Response

Use uuid as the id parameter of GET /get-sto-by-id, GET /get-sto-balance, and GET /get-investments-by-sto-id.

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string
required

The token symbol from a specific token.

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.