Skip to main content

Get wallet balance

GET 

/wallet/:walletId/balance

Get the balance of a specific wallet

Request

Path Parameters

    walletId stringrequired

    Wallet ID

Responses

OK

Schema
    balance object
    lowerLimit integer
    total integer
    used integer
Loading...