v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Wallets

List wallet transactions

Retrieve all transactions of an existing wallet.

get/v1/wallets/{id}/transactions

Path parameters

idstring required

Query parameters

takenumber nullable
skipnumber nullable

Response

Paginated list of wallet transactions

Example response

{
  "meta": {
    "total": 1,
    "taken": 1
  },
  "data": [
    {
      "id": "walt_FCihRDLYhKpSpL",
      "type": "credit_paid",
      "amount": 12000,
      "comment": "Offline payment received",
      "created_at": "2024-12-20T16:04:11Z"
    }
  ]
}