GET
/
api
/
credit-balance
curl --request GET \
  --url https://api.elliephant.com/api/credit-balance \
  --header 'API-KEY: <api-key>' \
  --header 'API-PASSWORD: <api-key>' \
  --header 'CLIENT-ID: <api-key>'
{
  "credit_balance": 99064.44,
  "currency": "AUD",
  "credit_balance_formatted": "A$99,064.44"
}

Authorizations

CLIENT-ID
string
header
required
API-KEY
string
header
required
API-PASSWORD
string
header
required

Query Parameters

currency
string
default:AUD

The currency you want the return in. Sent in ISO 4217 format. eg Australian Dollar is AUD.

Response

200 - application/json
Successful response
credit_balance
string

The base number value of credit remaining

currency
string

The currency the total is returned in. Sent in ISO 4217 format. eg Australian Dollar is AUD

credit_balance_formatted
string

Your credit balance formated