1. Fetch Earnings
Under the marketplace scope, 'Platform' earnings pending in the pool can be viewed through this service. The service allows queries with a maximum range of 40 days.
Fetch Earnings
Parameter
Type
Compolsory
Descripition
Parameter
Type
Description
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": {
"DateFrom": "2024-07-01T00:00:00",
"DateTo": "2024-07-04T00:00:00",
"Earning": 0.0,
"Count": 0 // Toplam kaç hakediş kaydı beklemede
}
}Last updated