# Balance

# Get current balance

  • URL: /v1/balance

  • Method: GET

  • Headers:

    • Authorization: Bearer [YOUR_ACCESS_TOKEN] required
    • Content-Type: application/json

    # Response

    • Status: 200 (OK)

# example

{
 "balance": "100500",
}