This method is used to your organisation's balance
| Method | URI | Headers |
|---|---|---|
| GET | balance |
default |
true or false
message | String | Message
data | Object | Shipment order id container
+balance | Float | Balance
+currency | String | CurrencySuccessful
{
"success": true,
"data": {
"balance": "99,725.40",
"currency": "USD"
}
}