v1

latestOpenAPI 3.1.02026-07-2426068.5 KB

View Account

Returns the information related to your Account.

get/user

Response

200

idstring
emailstring
emailConfirmedboolean
createdstring
usedinteger
limitinteger
twofaboolean
balanceinteger
costPerHrinteger
billingAlertinteger
negativeAllowanceinteger

Example response

{
  "id": "999999999999999999999999",
  "email": "bitlaunchuser@email.com",
  "emailConfirmed": true,
  "created": "2019-09-07T09:50:50.000Z",
  "used": 1,
  "limit": 5,
  "balance": 30000,
  "costPerHr": 21,
  "billingAlert": 5
}