Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://test.your-api-server.com/api/v0/coins/balance?userId=EK6CYE6K'
Responses
application/json {"response_code":0,"response_message":"Success","payload":0}
Modified at 2025-01-08 07:38:16