{ symbol, bids, asks }
curl --location --globoff 'https://api.minglobal.io/v1/market/futures/depth?symbol={{futures_symbol}}&limit=20'
{ "symbol": "BTC-USDT", "bids": [ [ "60017.5", "1.220" ] ], "asks": [ [ "60019.8", "0.940" ] ] }