exchangemarket-usd/src
sairajzero ef0599d915 get-balance API
Added: get-balance API to fetch total balance
- accepts 2 parameters: floID and token. Requires atleast one of them for the API to work
/get-balance?floID=<floID>&token=<token> : responses balance of a specific token for a floID
/get-balance?floID=<floID> : responses all token balance for a floID
/get-balance?token=<token> : reponses balance of a specific token for every floID

Note (optional): in GET request
- floID=<floID> can be replaced with addr=<floID>
- token=<token> can be replaced with asset=<asset>
Both responses the same result as above
2022-03-18 00:50:39 +05:30
..
backup Bug fixes 2022-03-17 03:06:00 +05:30
_constants.js Removing need for user registration 2022-03-15 04:06:43 +05:30
app.js get-balance API 2022-03-18 00:50:39 +05:30
coupling.js Transfer transactions now support one-to-many 2022-03-16 00:33:22 +05:30
database.js Adding transfer token feature 2022-03-12 02:25:31 +05:30
group.js Removing need for user registration 2022-03-15 04:06:43 +05:30
main.js Arranging files 2022-03-16 01:06:59 +05:30
market.js get-balance API 2022-03-18 00:50:39 +05:30
price.js Adding Blockchain refresh interval 2022-02-18 19:24:09 +05:30
request.js get-balance API 2022-03-18 00:50:39 +05:30
set_globals.js Adding transfer token feature 2022-03-12 02:25:31 +05:30