Wallet
Module endpoints
GET /wallets
GET /wallets{
"data": [
{
"createdAt": "2019-03-20T14:30:37.483Z",
"customData": {},
"description": null,
"id": "fc78d28f-a8dd-49de-a22f-722fe3bd26c7",
"locked": false,
"metadata": {},
"name": "Waldo Fred wallet",
"ownerId": "5a9cf5ad-3999-497a-927e-da7157dc43a6",
"reference": "123456789A",
"updatedAt": "2019-03-20T14:30:37.483Z"
},
{
"createdAt": "2019-03-20T15:30:37.483Z",
"customData": {},
"description": null,
"id": "d9227cef-82b3-4753-b576-46735971774d",
"locked": false,
"metadata": {},
"name": "Corge Garply wallet",
"ownerId": "0bf8ee88-aed1-442c-a191-ffcee735b38a",
"reference": "123456789B",
"updatedAt": "2019-03-20T15:30:37.483Z"
}
],
"total": 2
}GET /wallets/:id
GET /wallets/:idGET /wallets/:id/activity
GET /wallets/:id/activityGET /wallets/:id/balance
GET /wallets/:id/balanceGET /wallets/:id/movements
GET /wallets/:id/movementsGET /wallets/:id/transactions
GET /wallets/:id/transactionsGET /wallets/activity
GET /wallets/activityGET /wallets/balance
GET /wallets/balancePATCH /wallets/:id
PATCH /wallets/:idPOST /wallets
POST /walletsLast updated