MarketPe APIs
Account

Account Balance

POST /account/balance

Request

{}

Response

{
  "data": {
    "availableBalance": "10000.00",
    "fundsOnHold": "500.00"
  }
}

Response Parameters

ParameterTypeDescription
availableBalancestringThe amount of money currently available for withdrawal or payment. This is the balance minus any funds that are on hold.
fundsOnHoldstringThe amount of money that is temporarily locked and not available for use. This typically includes funds reserved for pending payments or transactions.

How balance is affected by payments

ActionavailableBalancefundsOnHold
Initial00
Wallet loaded with 1,00,0001,00,0000
Created PR of 1,0001,00,0000
Executed PR99,0001000
PR completed99,0000
Created PR of 2,00099,0000
Executed PR97,0002000
PR failed99,0000

Last updated on