Profile

This API is used to get the remaining balance of your account.

POST /api/v1/profile

Headers

Name
Value

Content-Type

application/json

API_SECRET

your secret key

API_KEY

your api key

Response

{
    "status": true,
    "message": "SUCCESS",
    "data": {
        "username": "Miguel",
        "balance": 19
    }
}

Last updated