Get Started
Endpoint Examples
- GETModels
- GETModels (Old)
- POSTChat Completion
- POSTCompletions
- POSTImage Generation
- POSTImage Generation (OpenAI-Compatible)
- POSTSpeech-to-Text Transcription
- POSTSpeech-to-Text Status
- POSTYouTube Transcription
- POSTWeb Scraping
- POSTWeb Search
- POSTText-to-Speech
- GETTEE Attestation
- GETTEE Signature
- POSTRetrieve Midjourney Generation Status
- POSTVideo Generation
- GETVideo Status
- POSTTalk to GPT (Legacy)
- POSTCheck Balance
- POSTReceive Nano
- Crypto Deposits
API Reference
Miscellaneous
Endpoint Examples
Check Balance
Check the account balance
POST
/
check-balance
cURL
Copy
curl --request POST \
--url https://nano-gpt.com/api/check-balance \
--header 'x-api-key: <api-key>'
Copy
{
"usd_balance": "129.46956147",
"nano_balance": "26.71801147",
"nanoDepositAddress": "nano_1gx385nnj7rw67hsksa3pyxwnfr48zu13t35ncjmtnqb9zdebtjhh7ahks34"
}
Authorizations
Response
200
application/json
Account balance information
The response is of type object
.
cURL
Copy
curl --request POST \
--url https://nano-gpt.com/api/check-balance \
--header 'x-api-key: <api-key>'
Copy
{
"usd_balance": "129.46956147",
"nano_balance": "26.71801147",
"nanoDepositAddress": "nano_1gx385nnj7rw67hsksa3pyxwnfr48zu13t35ncjmtnqb9zdebtjhh7ahks34"
}
Assistant
Responses are generated using AI and may contain mistakes.