Gentlemen Pay
    Gentlemen Pay
    • Get Started
    • Create Invoice PayIn
      POST
    • Details Invoice PayIn
      POST
    • Get a list of balances
      GET
    • CallBack Example
      POST

      Get a list of balances

      GET
      /api/finances/list
      Get a list of balances

      Request

      Header Params

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/api/finances/list' \
      --header 'gentle-api-key: f350ad8f-ed8b-4794-a8ba-60a06214e333'
      Response Response Example
      {
          "status": "accepted",
          "message": null,
          "balances": {
              "coinName": "USDT",
              "totalBalance": "515.94"
          }
      }
      Modified at 2025-04-13 08:13:45
      Previous
      Details Invoice PayIn
      Next
      CallBack Example
      Built with