POST
/
check-balance
curl --request POST \
  --url https://nano-gpt.com/api/check-balance \
  --header 'x-api-key: <api-key>'
{
  "usd_balance": "129.46956147",
  "nano_balance": "26.71801147",
  "nanoDepositAddress": "nano_1gx385nnj7rw67hsksa3pyxwnfr48zu13t35ncjmtnqb9zdebtjhh7ahks34"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json

Account balance information

The response is of type object.