Documentation · Endpoints
GET /api/v1/products
Catalogue paginé de 120+ produits RWA tokenisés — APY, TVL, chains, juridiction.
Paramètres query
`category` (stablecoins|real_estate|bonds|commodities|private_credit|all), `jurisdiction`, `chain`, `yield_min`, `yield_max`, `page`, `limit` (max 100), `sort` (apy|tvl|name).
cURL
curl "https://getauros.com/api/v1/products?category=bonds&yield_min=4&limit=10" \ -H "Authorization: Bearer auros_pk_test_demo"
Réponse (extrait)
{
"products": [{
"id": "maple-usdc",
"name": "Maple USDC Pool",
"platform": "Maple",
"category": "private_credit",
"apy": 8.2,
"tvl_usd": 45000000,
"chains": ["Ethereum"],
"jurisdiction": "Cayman Islands",
"live": true
}],
"pagination": { "page": 1, "limit": 10, "total": 48, "total_pages": 5 },
"fetched_at": "2026-06-11T10:00:00.000Z"
}