Skip to main content
GET
Get wallet balance (B2B)

Headers

x-api-key
string
required

Client API Key

x-timestamp
string

Unix timestamp in milliseconds. Required when x-signature is not sent; ignored when it is.

x-signature
string

HMAC-SHA256 request signature, optional on this endpoint. Format: t=,v1=. If sent, it is verified; invalid signatures are rejected with 401.

Path Parameters

wallet_id
string
required

Wallet ID (UUID), from GET /api/v3/wallets

Response

Wallet balance retrieved successfully

wallet_id
string
Example:

"3f1d6c2a-1b2c-4d5e-8f90-aabbccddeeff"

name
string
Example:

"LX-101"

balance
string

Decimal string with 4 fraction digits, in IDR. Can be negative. Parse as a decimal, not a float.

Example:

"150000.0000"