FYI: Nash public data on REST

Hi Devs,

A while back wen working to integrate with aggregators (websites that aggregate data from multiple exchanges like Coingecko) we needed to build a REST API with simpler to parse output … all our is and will continue to be available on our GraphQL endpoint app.nash.io/api/graphql (see app.nash.io/api/graphql/explore) but for those that are not versed with GQL we also have:

https://app.nash.io/api/cmc/summary
https://app.nash.io/api/cmc/ticker
https://app.nash.io/api/cmc/orderbook/btc_usdc (replace btc_usdc with market pair)
https://app.nash.io/api/cmc/trades/btc_usdc (replace btc_usdc with market pair)

Best,

8 Likes

Love it, thanks. Really handy for monitoring volume to see how things are going on the exchange. :ok_hand: