> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.epaygames.io/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.epaygames.io/_mcp/server.

# Get Wallet Transactions

GET https://v1/api/wallets/transactions

### Get Wallet Transactions

The **Get Wallet Transactions** endpoint retrieves the transaction history for your wallet, including credits, debits, and payout-related entries.

Use this endpoint to audit wallet activity or reconcile disbursement records.

> It is recommended to filter by date range or reference number for better performance and more targeted results.

Reference: https://docs.epaygames.io/epaygames-payments-disbursement-api/disbursement-api/wallet/get-wallet-transactions

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /v1/api/wallets/transactions:
    get:
      operationId: Get Wallet Transactions
      summary: Get Wallet Transactions
      description: >-
        ### Get Wallet Transactions


        The **Get Wallet Transactions** endpoint retrieves the transaction
        history for your wallet, including credits, debits, and payout-related
        entries.


        Use this endpoint to audit wallet activity or reconcile disbursement
        records.


        > It is recommended to filter by date range or reference number for
        better performance and more targeted results.
      tags:
        - wallet
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Disbursement API_Wallet_Get Wallet
                  Transactions_Response_200
servers:
  - url: https:/
    description: https://{payments_api_host}
components:
  schemas:
    V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataWalletTransactionsItemsWallet:
      type: object
      properties:
        for:
          type: string
        description:
          type: string
        code:
          type: string
      required:
        - for
        - description
        - code
      title: >-
        V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataWalletTransactionsItemsWallet
    V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataWalletTransactionsItems:
      type: object
      properties:
        reference_no:
          type: string
          format: uuid
        external_reference_no:
          description: Any type
        subtotal_amount:
          type: integer
        service_fee:
          type: integer
        total_amount:
          type: integer
        status:
          type: string
        date:
          type: string
          format: date-time
        wallet:
          $ref: >-
            #/components/schemas/V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataWalletTransactionsItemsWallet
      required:
        - reference_no
        - subtotal_amount
        - service_fee
        - total_amount
        - status
        - date
        - wallet
      title: >-
        V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataWalletTransactionsItems
    V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataMeta:
      type: object
      properties:
        current_page:
          type: integer
        from:
          type: integer
        last_page:
          type: integer
        per_page:
          type: integer
        to:
          type: integer
        total:
          type: integer
      required:
        - current_page
        - from
        - last_page
        - per_page
        - to
        - total
      title: V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataMeta
    V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        wallet_transactions:
          type: array
          items:
            $ref: >-
              #/components/schemas/V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataWalletTransactionsItems
        meta:
          $ref: >-
            #/components/schemas/V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaDataMeta
      required:
        - wallet_transactions
        - meta
      title: V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaData
    Disbursement API_Wallet_Get Wallet Transactions_Response_200:
      type: object
      properties:
        message:
          type: string
        data:
          $ref: >-
            #/components/schemas/V1ApiWalletsTransactionsGetResponsesContentApplicationJsonSchemaData
      required:
        - message
        - data
      title: Disbursement API_Wallet_Get Wallet Transactions_Response_200

```

## Examples



**Response**

```json
{
  "message": "",
  "data": {
    "wallet_transactions": [
      {
        "reference_no": "0197e007-e602-7197-afc5-0294971fab77",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-07-06T21:58:23+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "0197de99-8781-70a9-bfe7-7bf8b6646894",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-07-06T15:18:13+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "0197da14-c2c7-71d9-9160-f4f703f72f5a",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-07-05T18:14:43+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        },
        "external_reference_no": null
      },
      {
        "reference_no": "0197d9e2-e51e-713d-a225-d2460a6b22c8",
        "subtotal_amount": -1,
        "service_fee": 0,
        "total_amount": -1,
        "status": "completed",
        "date": "2025-07-05T17:20:15+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "0197d9dd-51f0-713e-b6ba-c3cf08db5f31",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-07-05T17:14:09+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "0197aac0-897d-7319-a7f6-fbf92133c85f",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "pending",
        "date": "2025-06-26T13:40:34+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        },
        "external_reference_no": null
      },
      {
        "reference_no": "0197aa2c-6b63-72f2-a2c0-cac66255b245",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-06-26T10:58:47+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        },
        "external_reference_no": null
      },
      {
        "reference_no": "0197a9bc-0b0f-7099-b873-16b3dfbe2571",
        "subtotal_amount": 1,
        "service_fee": 0,
        "total_amount": 1,
        "status": "completed",
        "date": "2025-06-26T08:56:02+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "66160BB769CF6",
        "subtotal_amount": 100,
        "service_fee": 0,
        "total_amount": 100,
        "status": "completed",
        "date": "2024-04-10T11:47:03+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "65C9BF7864819",
        "subtotal_amount": 1000,
        "service_fee": 0,
        "total_amount": 1000,
        "status": "completed",
        "date": "2024-02-12T14:49:28+08:00",
        "wallet": {
          "for": "Maya",
          "description": "For Maya (formerly PayMaya).",
          "code": "MAYA"
        }
      },
      {
        "reference_no": "6459EDC1B976A",
        "subtotal_amount": -3000,
        "service_fee": 0,
        "total_amount": -3000,
        "status": "completed",
        "date": "2023-05-09T14:52:49+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "6459E2ADD6E2F",
        "subtotal_amount": 1000,
        "service_fee": 0,
        "total_amount": 1000,
        "status": "completed",
        "date": "2023-05-09T14:05:33+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "6459E1484B160",
        "subtotal_amount": 1000,
        "service_fee": 0,
        "total_amount": 1000,
        "status": "completed",
        "date": "2023-05-09T13:59:36+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "6459E05918D81",
        "subtotal_amount": 1000,
        "service_fee": 0,
        "total_amount": 1000,
        "status": "completed",
        "date": "2023-05-09T13:55:37+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      },
      {
        "reference_no": "6452A280CF171",
        "subtotal_amount": 3,
        "service_fee": 0,
        "total_amount": 3,
        "status": "completed",
        "date": "2023-05-04T02:05:52+08:00",
        "wallet": {
          "for": "Eplayment",
          "description": "For InstaPay, PESONet, OTC, etc.",
          "code": "EPLAYMENT"
        }
      }
    ],
    "meta": {
      "current_page": 1,
      "from": 1,
      "last_page": 2,
      "per_page": 15,
      "to": 15,
      "total": 19
    }
  }
}
```

**SDK Code**

```python Disbursement API_Wallet_Get Wallet Transactions_example
import requests

url = "https://https/v1/api/wallets/transactions"

response = requests.get(url)

print(response.json())
```

```javascript Disbursement API_Wallet_Get Wallet Transactions_example
const url = 'https://https/v1/api/wallets/transactions';
const options = {method: 'GET'};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Disbursement API_Wallet_Get Wallet Transactions_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://https/v1/api/wallets/transactions"

	req, _ := http.NewRequest("GET", url, nil)

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Disbursement API_Wallet_Get Wallet Transactions_example
require 'uri'
require 'net/http'

url = URI("https://https/v1/api/wallets/transactions")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)

response = http.request(request)
puts response.read_body
```

```java Disbursement API_Wallet_Get Wallet Transactions_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://https/v1/api/wallets/transactions")
  .asString();
```

```php Disbursement API_Wallet_Get Wallet Transactions_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://https/v1/api/wallets/transactions');

echo $response->getBody();
```

```csharp Disbursement API_Wallet_Get Wallet Transactions_example
using RestSharp;

var client = new RestClient("https://https/v1/api/wallets/transactions");
var request = new RestRequest(Method.GET);
IRestResponse response = client.Execute(request);
```

```swift Disbursement API_Wallet_Get Wallet Transactions_example
import Foundation

let request = NSMutableURLRequest(url: NSURL(string: "https://https/v1/api/wallets/transactions")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```