Skip to main content

3.1 Account

This is the first endpoint MollyBet calls. It tells us whether the account is usable and which currency every amount you send should be denominated in.

3.1.1 Get account information

Method and URL:

GET /account

Return Data: an object describing the status and currency of the authenticated account.

ccy_code [ string ]:

The currency of the account, as an ISO 4217 code. Must be one of the supported currencies.

status [ string ]:

Either active or disabled. MollyBet will not trade against an account reporting disabled.

Example output data:

{
"ccy_code": "EUR",
"status": "active"
}

The currency reported here is the currency of every amount that follows — stakes, balances, minimum and maximum liquidity, and profit or loss.