Documentation Index
Fetch the complete documentation index at: https://docs.brickken.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieves information about Security Token Offerings (STOs).
Query Parameters
tokenSymbol (optional): Filter by specific token symbol
Example
curl --request GET \
--url 'https://api.sandbox.brickken.com/get-stos' \
--header 'x-api-key: YOUR_API_KEY'
Response
{
"stos": [
{
"id": "123",
"tokenSymbol": "EXMPL",
"status": "active",
"startDate": "2024-01-01T00:00:00Z",
"endDate": "2024-12-31T23:59:59Z",
"softCap": "50000",
"hardCap": "500000",
"raised": "25000"
}
]
}