Skip to content

Instantly share code, notes, and snippets.

@eddiejhong
Created April 25, 2022 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddiejhong/345fb813227935a6a3084048f89aa4c5 to your computer and use it in GitHub Desktop.
Save eddiejhong/345fb813227935a6a3084048f89aa4c5 to your computer and use it in GitHub Desktop.
api-response.json
{
"status": "success",
"data": {
"ids": [
{
"id": 99999,
"symbol": "ETH"
},
{
"id": 1,
"symbol": "BTC"
},
{
"id": 2,
"symbol": "ETH"
},
{
"id": 3,
"symbol": "BNB"
}
],
"prices": [
{
"id": 1,
"price": 54213,
"mktCap": 1014688551411
},
{
"id": 2,
"price": 2618,
"mktCap": 301639481117
},
{
"id": 1337,
"price": 7777,
"mktCap": 777777777
},
{
"id": 99999,
"price": 0.01,
"mktCap": 1
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment