Get Balance
Get Balance
Name
Value
{
"status": 200,
"message": "Balance fetched successfully",
"data": "<encrypted string>"
}{
"status": 400,
"message": "Invalid api key"
}Decrypted Resposne:
{
"status": 200,
"message": "Balance fetched successfully",
"data": [
{
"asset_type": "credit_alphanum4",
"asset_code": "CNGN",
"balance": "0"
}
]
}Last updated