Retrieve the balance of an organization

Fetch the current balance of an organization by providing its unique ID. This endpoint returns the total balance available for the organization.

GET
/organizations/{organizationId}/balance
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string

Unique identifier of the organization

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/organizations/string/balance"
{
  "amount": "string"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}