⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/wallet_balance \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"data": {
"balance": 43.6,
"currency": "USD"
}
}Check your current wallet balance.
curl --request POST \
--url https://modelslab.com/api/wallet_balance \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"data": {
"balance": 43.6,
"currency": "USD"
}
}This endpoint allows users to check their current wallet balance.Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint.
--request POST 'https://modelslab.com/api/wallet_balance' \
{
"key": "your_api_key"
}
{
"status": "success",
"data": {
"balance": 43.6,
"currency": "USD"
}
}
Was this page helpful?