Endpoints
Below is the complete endpoint suite.
Listings API
GET /listings
[
{
"id": "stp_001",
"name": "NovaPay",
"sector": "Fintech",
"valuation": 3500000,
"tokenPrice": 1.20,
"raiseTarget": 450000,
"raiseProgress": 72000,
"status": "active"
}
]GET /listings/{id}
Investor Portfolio API
GET /investor/portfolio
GET /investor/transactions
GET /investor/valuation-history
Token Metadata API
GET /tokens/{tokenId}
GET /tokens/{tokenId}/price-history
GET /tokens/{tokenId}/compartment
Trading & Liquidity API
GET /liquidity/windows
POST /trade
GET /trade/status/{tradeId}
Compliance API
POST /compliance/kyc
GET /compliance/status
Last updated