Help retrieving JSON data from API

Hi I am trying to get started testing out the API,
I was wondering if someone could walk me through on how to retrieve real time second or minute data from the API. From what I understand, my client program should send a get request to the API, and the API should retrieve a JSON to my client. How is this JSON structured to be able to parse the data out? Is there any example code to show how this would work?

Thanks!

Hi @God,
Before you can use the API you must have a funded live account. You can follow this guide to learn how to access the API.

Once you have access, our JS guide is a good place to start. You can find the JS guide here. It’s a comprehensive collection of example projects in JavaScript that you can follow along with.