Multi Wallet

Multi Wallet Transactions

GET ‎https://<domain>/<api prefix>/<version>/mlm/mwallet-transactions/

get the multi-wallet transactions

Query Parameters

Name
Type
Description

wallet

string

Wallet Key

Ewallet List

category

string

Possible values are tds-other-charge, payout, earnings, earning_credited, credited and debited

period

string

Possible values are today, yesterday, this-week, last-week, this-month, last-month, this-year, and last-year

Headers

Name
Type
Description

apikey*

string

apikey

Authorization*

string

Bearer Access token

HTTP/1.1 200 OK
Content-Type: application/json

Body:
{
    "status_code": 200,
    "errors": {},
    "data": [
        {
            "category": "<category>",
            "amount_paid": "<amount_paid>",
            "currency_code": "<currency_code>",
            "currency_symbol": "<currency_symbol>",
            "credit_status": "<credit_status>",
            "created": "<created>",
            "associated_user_id__username": "<ssociated_user_id__username>"
       },
       ...
    ]
}

Sample Code

Node

PHP

Multi Wallet Summary

GET ‎https://<domain>/<api prefix>/<version>/mlm/mwallet-summary/

get the summary of transactions

Headers

Name
Type
Description

apikey*

string

apikey

Authorization*

string

Bearer Access Token

Sample Code

Node

PHP

Last updated

Was this helpful?