API Playground
GET/Api/BalanceCheck Your Balance

Request

Leave empty if no query parameters needed.

Enter your private key to generate signature
curl -X GET "http://127.0.0.1/Api/Balance" \
  -H "x-public-key: YOUR_PUBLIC_KEY" \
  -H "x-signature: GENERATED_SIGNATURE"

Response

Response will appear here after sending a request