π Demo Project
What does it mean to buy a verified Binance account? Buying a verified Binance account means purchasing an already set-up account that has completed the KYC (Know Your Customer) verification process. When you buy verified Binance account services, you save time by avoiding the lengthy ID submission and waiting process, and you gain immediate access to all trading features Binance offers. Thisβ¦
π Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get User Orders /order/my |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products /catalog/products |
|
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Create Order /order/new |
|
| POST |
Place Order /order/{id}/place |
|
| GET |
Me /auth/me |
|
| POST |
Create User (Sign Up) /auth/user |
|
| POST |
Login /auth/login |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Order /order/{id} |