CoinAlpha / gateway-api

Apache License 2.0
47 stars 25 forks source link

Feat/new eth routes #23

Closed fengtality closed 3 years ago

fengtality commented 3 years ago

This PR added new routes for allowances and balances that separates the input params into 2 arrays for addresses and decimals, rather than a key-value dict. This makes it much easier to to test the API with Postman.

Since incorporating this change would require a similar change in the client and we should discuss this change internally, I'm marking this as Draft.