v1

latestOpenAPI 3.1.02026-07-24540259.7 KB

entityWallets

The entityWallets query fetches data for a single entity.

post/graphql (44 disregard) (COPY)

Request body

querystring

Response

200

Example response

{
  "data": {
    "entityWallets": [
      {
        "id": "43033d1c-7bf0-4462-a6fe-a74aa1869725",
        "created_date": "2021-08-19T21:11:01.617Z",
        "organizarion": {
          "id": "1d315f1e-2455-4cf0-b9a7-cbd43b74e9db"
        },
        "entity": {
          "id": "bec28c73-046b-4366-9e2c-cf043bc2e196"
        },
        "currency": "USD",
        "balance": "0",
        "available_balance": "0"
      }
    ]
  }
}