- Token APIs
- Reward Allocation
- Incentive Allocation
- Redemption
- Point Management
Get Balance
Developing
GET
/api/v0/coins/balance
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
userId
string
required
Example:
EK6CYE6K
Request 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 'https://test.your-api-server.com/api/v0/coins/balance?userId=EK6CYE6K'
Responses
🟢200Success
application/json
Body
response_code
integer
required
response_message
string
required
payload
integer
required
Example
{"response_code":0,"response_message":"Success","payload":0}
Modified at 2025-01-08 07:38:16