Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pateash/dbfrontrunnerapi
Java Spring boot API for FrontRunner Detector Application
https://github.com/pateash/dbfrontrunnerapi
rest-api spring-boot spring-mvc
Last synced: 15 days ago
JSON representation
Java Spring boot API for FrontRunner Detector Application
- Host: GitHub
- URL: https://github.com/pateash/dbfrontrunnerapi
- Owner: pateash
- Created: 2018-07-20T08:59:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T20:42:52.000Z (over 5 years ago)
- Last Synced: 2024-11-21T17:46:09.494Z (3 months ago)
- Topics: rest-api, spring-boot, spring-mvc
- Language: TSQL
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#DBFrontrunnerAPI
this is an application for Developing API endpoints for FrontRunner Detection Application
// For login
/users/login/ {id : " " , name : " " , password : " "}// To get Orders of particular broker id
/users/orders/ {brokerid : " "}// To execute orders (if executed the order is stored in data base else fired back)
/users/orders/execute/ {amount: " ", direction: " ", security:" ",brokerid:" ",quantity:" ",clientname:" ",isinno:" "}// To return the remaining amount that can be traded for given security in case of buy
/users/orders/buy/ {brokerid : " " , security : " "}// To return the remaining amount that can be traded for given security in case of sell
/users/orders/sell/ {brokerid : " " , security : " "}// To return all orders
/orders/ GET METHOD// To verify whether the variance price is liable
/verify/variance/ { empid:" ", name_of_stock:" ", broker_price: }//To get security from brokerid
/users/security/ { brokerid : " "}//To get security from sectors
/users/sectors/securitiy//To get sector limit and sector from userId
/users/limits/