quantadex / react_quantadex

Open-source UI frontend showcasing the QUANTA blockchain orderbook / cross chain technology
https://quantadex.com
7 stars 3 forks source link

Stats page on bets #198

Open quocble opened 5 years ago

quocble commented 5 years ago

http://localhost:5000/get_account_history?filter_field=operation_type&filter_value=50&size=10&type=agg_by_payout

Shows count/total payout by asset_id

http://localhost:5000/get_account_history?filter_field=operation_type&filter_value=50&size=10&type=agg_by_risk

Shows count/total risk by asset_id

Can be filtered by user.

quocble commented 5 years ago

image

MAINNET API:

https://wya99cec1d.execute-api.us-east-1.amazonaws.com/mainnet/account?filter_field=operation_type&filter_value=50&size=10&type=agg_by_risk https://wya99cec1d.execute-api.us-east-1.amazonaws.com/mainnet/account?filter_field=operation_type&filter_value=50&size=10&type=agg_by_payout

quocble commented 5 years ago

For user:

image