$data = json_decode($json, true);
$amount = $data['data'][0]['positions']['perpetual'][0]['amount'];
echo $amount;

bu şekilde dener misiniz?