Skip to main content
GET
get wallet by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

expand
enum<string>[]
Available options:
currency,
transferSourceWalletId,
transferTargetWalletId

Response

OK

id
integer
uuid
string
balance
number
balanceLock
any
balanceInProgress
number
currencyId
string
Maximum string length: 3
description
string
Maximum string length: 255
data
object
flags
object
status
enum<string>
Available options:
ACTIVE,
BLOCKED
color
string
Maximum string length: 7
name
string
updatedAt
integer
Example:

1722000000000

permissions
object
currency
object
transferSourceWalletId
integer[]
read-only
transferTargetWalletId
integer[]
read-only