GET
/
get-api-sto-balance
Get STO balance and status information
curl --request GET \
  --url https://api.sandbox.brickken.com/get-api-sto-balance \
  --header 'x-api-key: <api-key>'
{
  "uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
  "name": "Project Phoenix STO",
  "companyName": "Phoenix Innovations Inc.",
  "status": "ACTIVE",
  "tokenAmount": "5000000",
  "hardCap": "2500000",
  "softCap": "500000",
  "minInvestment": "200",
  "maxInvestment": "25000",
  "startDate": "2025-05-01T09:00:00.000Z",
  "endDate": "2025-08-01T23:59:59.000Z",
  "tokenPrice": "0.75",
  "tokenSymbol": "PHNX",
  "currentAmountRaised": "875320.50",
  "availableAmount": "4124679.33"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful response - STO balance details retrieved

Represents the balance and status details of an STO.