v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Sub-wallets

List Sub-wallet transactions

List all transactions of a sub-wallet using the given :id.

get/sub_wallets/{id}/transactions

Path parameters

idstring required
Example:c66a1bec-4ca5-418c-8b0a-5513819576ee

sub-wallet ID

Response

OK

Example response

{
  "transactions": [
    {
      "type": "fund_transfer",
      "type_method": "misc",
      "state": "successful",
      "account_id": "d9418820-b8b5-013a-09ed-5e50adfe91ad",
      "currency": "AUD",
      "debit_credit": "debit",
      "marketplace": {
        "uuid": "513677b8-be51-49e8-8603-d116b31a5ee9"
      },
      "related": {
        "transactions": [
          {
            "account_type": "sub_wallet_account"
          }
        ]
      },
      "links": {
        "self": "/sub_wallets/transfer"
      }
    }
  ],
  "meta": {
    "limit": 10,
    "total": 1
  },
  "links": {
    "self": "/sub_wallets/0546ef82-5e16-4e52-9978-c9e2fcc07641/transactions"
  }
}