Get Digital Asset Wallet Balance
Get the balance of one digital asset wallet, broken down by type.
The parts are: available (money spendable now), pending
(deposits that have not fully cleared), hold (money reserved for a
withdrawal or transfer in progress), and platform_fee_escrow
(Finogate’s own fees, shown for completeness and not counted in
total_balance). Any part with no money in it simply shows zero.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID of the digital asset wallet.
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

