👋 Demo Project
Digital Investments Inc. is an innovative and rapidly growing financial company based in the USA, specializing in cryptocurrencies and digital finance. Our mission is to provide clients with cutting-edge investment solutions in digital assets, combining deep market knowledge with advanced technology.
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| POST |
Create Product /catalog/product |
|
| Order | ||
| GET |
Get User Orders /order/my |
|
| POST |
Create Order /order/new |
|
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Place Order /order/{id}/place |
|
| Authentication | ||
| POST |
Login /auth/login |
|
| GET |
Me /auth/me |
|
| POST |
Create User (Sign Up) /auth/user |
|
👋 Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|