curl --location --request GET 'https://your-api-server.com/market/tickerTape'
[ { "ticker": "string", "name": "string", "price": 0, "change": 0, "changePercentage": 0 } ]