Edit Your Comment
Get daily gain value
तबसे मेंबर है Jan 08, 2019
1 पोस्टों
May 27, 2021 at 18:07
तबसे मेंबर है Jan 08, 2019
1 पोस्टों
Hi there
I'm new here, can somebody guide me on how can I fetch get-daily-gain results via laravel?
I am using following code
$client = new Client();
$res = $client->request('GET', 'https://www.myfxbook.com/api/get-daily-gain.json?', [
'form_params' => [
'session' => 'DSL07vu14QxHWErTIAFrH40',
'id' => '3353768',
'start' => '2000-01-01',
'end' => '2021-01-01'
]
]);
dd($res);
echo $res->getStatusCode();
// 200
echo $res->getHeader('content-type');
// 'application/json; charset=utf8'
echo $res->getBody();
// {"type":"User"...'
But the response doesn't come as expected. Where can I get the account id and session id?
Thank you
I'm new here, can somebody guide me on how can I fetch get-daily-gain results via laravel?
I am using following code
$client = new Client();
$res = $client->request('GET', 'https://www.myfxbook.com/api/get-daily-gain.json?', [
'form_params' => [
'session' => 'DSL07vu14QxHWErTIAFrH40',
'id' => '3353768',
'start' => '2000-01-01',
'end' => '2021-01-01'
]
]);
dd($res);
echo $res->getStatusCode();
// 200
echo $res->getHeader('content-type');
// 'application/json; charset=utf8'
echo $res->getBody();
// {"type":"User"...'
But the response doesn't come as expected. Where can I get the account id and session id?
Thank you

*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.