Skip to main content
GET
Retrieve your wallet

Authorizations

Authorization
string
header
required

Authorization: Bearer <key>. Sandbox keys start with mgw_test_ and live keys start with mgw_live_. Each key works only in its own environment, and a live key works only from the IP addresses or ranges registered for it.

Response

Your wallet.

Every figure is a sum of your wallet's ledger, read at one moment. available_kobo is always credited_kobo minus allocated_kobo minus reserved_kobo.

object
string
required
Allowed value: "wallet"
credited_kobo
integer<int64>
required

The total credited by your confirmed payments.

allocated_kobo
integer<int64>
required

The amount booked into your accounts at the broker.

reserved_kobo
integer<int64>
required

The amount in allocations we've sent that aren't yet confirmed as booked.

available_kobo
integer<int64>
required

The amount you can allocate now.