Get personal Ktti for the current user.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/api/v2/ktties/personal'
Responses
application/json
Successfully retrieved personal Ktti
{
"data": {
"id": 0,
"total_balance": {
"amount": "100.12",
"currency_code": "AUD"
},
"available_balance": {
"amount": "100.12",
"currency_code": "AUD"
}
}
}
Modified at 2025-07-22 23:37:47