post https://api.kiln.fi/v1/noble/balance
Get balance of a Noble account
Log in to see full request history
Responses
400Invalid parameters
401Unauthorized
500Internal server error
Get balance of a Noble account
400Invalid parameters
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://api.kiln.fi/v1/noble/balance \
--header 'accept: application/json; charset=utf-8' \
--header 'content-type: application/json; charset=utf-8'
xxxxxxxxxx
{
"data": {
"amount": "1000000",
"denom": "uusdc"
}
}