Orkestra.gg
  1. Web methods
Orkestra.gg
  • Welcome to Orkestra Game Guard
  • How it works
  • Web methods
    • New Deposit
      POST
    • Registering User
      POST
    • Get Balance
      GET
    • Get Transaction Page Details
      GET
    • New Withdrawal
      POST
    • Settle Amount
      POST
    • Process Remittance
      POST
  • Webhooks
    • Untitled Endpoint
      GET
  1. Web methods

Get Balance

Sandbox Env
Sandbox Env
GET
/customers/43278243803/balance

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/customers/43278243803/balance' \
--header 'Authorization: Basic <encoded-value>'

Responses

🟢200Success
application/json
Body

Example
{
    "available": 2999,
    "pending": 1200,
    "blocked": 0
}
Modified at 2024-07-24 14:00:52
Previous
Registering User
Next
Get Transaction Page Details
Built with