fetchStats
Constants
- fetchBuyerStats ⇒ 
Promise.<Object> Fetch buyer statistics.
- fetchSellerStats ⇒ 
Promise.<Object> Fetch seller statistics.
fetchBuyerStats ⇒ Promise.<Object>
Fetch buyer statistics.
Kind: global constant
Returns: Promise.<Object> - The response data.
Throws:
ErrorIf the response status is not 200.
| Param | Type | Description | 
|---|---|---|
| token | string | The authorization token. | 
fetchSellerStats ⇒ Promise.<Object>
Fetch seller statistics.
Kind: global constant
Returns: Promise.<Object> - The response data.
Throws:
ErrorIf the response status is not 200.
| Param | Type | Description | 
|---|---|---|
| token | string | The authorization token. |