API for Nash Cash prices

Hi together

Is anyone aware of if there is an API to get current Nash Cash prices?

Thanks

4 Likes

This has just been completed and will be deployed next week.

6 Likes

Hey @chris.fenwick did the deployment happen? On Contact Nash its still stating “coming soon”. Thanks for letting us know :slight_smile:

Edit: Just saw that <title data-react-helmet="true">Contact Nash</title> Tag on nash developers page is wrong :wink:

Hi @chris.fenwick
Did Nash Cash APIs get postponed due to the new strategy or can we expect to have it soon?

Thanks!

AFAIK we already have an API to provide the current prices from the backend – we need it for making the comparison calculator on the website.

I’ll enquire if there’s a way to make it public.

@Kwicks OK, so apparently it is already public, we just didn’t document it yet.

curl https://app.nash.io/api/cash/supported_currencies
curl https://app.nash.io/api/cash/price/buy/btc
curl https://app.nash.io/api/cash/price/sell/btc

You can also do buy/sell for neo, eth, etc.

3 Likes