cURL
curl --request GET \ --url https://api.sandbox.finsei.com/v3/wallet/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "uuid": "<string>", "balance": 123, "balanceLock": "<unknown>", "balanceInProgress": 123, "currencyId": "<string>", "description": "<string>", "data": { "type": "BANK", "accountId": "<string>", "details": [ {} ] }, "flags": { "isVisible": true, "isFavourite": true }, "status": "ACTIVE", "color": "<string>", "name": "<string>", "updatedAt": 1722000000000, "permissions": { "canPay": true, "canTopUp": true, "canTopUpFromWallet": true, "canCurrencyExchange": true, "canCardCreate": true, "canCardChipAndPinOrder": true, "canCardVirtualOrder": true, "canCardDisposableOrder": true, "canClose": true, "canExportPDF": true, "canExportCSV": true, "canExportXML": true, "canCryptoBuy": true, "canCryptoSell": true }, "currency": { "id": "<string>", "name": "<string>" }, "transferSourceWalletId": [ 123 ], "transferTargetWalletId": [ 123 ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
currency
transferSourceWalletId
transferTargetWalletId
OK
3
255
Show child attributes
ACTIVE
BLOCKED
7
1722000000000