You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice to provide to provide all addresses for all network. There are some coins (like USDT) that you support 2 networks. However, the API only returns one address + one network.
Because you return it as a list, it's fairly easy to simply add the entry as follow:
Dear Bitkub,
I think it would be nice to provide to provide all addresses for all network. There are some coins (like USDT) that you support 2 networks. However, the API only returns one address + one network.
Because you return it as a list, it's fairly easy to simply add the entry as follow:
It will remain fairly easy to parse.
An alternative (or even better), is to add the endpoint
/api/crypto/address
with body:{"cur": "USDC", "net": "BSC"}
Where it would return
The text was updated successfully, but these errors were encountered: