Skip to main content
POST
Unfreeze Funds in a Wallet

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

wallet_id
string<uuid>
required

The wallet to unfreeze funds on.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Body

application/json

Release (unfreeze) part or all of a wallet's held balance.

Moves amount from the hold bucket back to available. Capped at the currently-held balance — releasing more than is held is rejected.

amount
required

Amount to unfreeze, in major currency units.

Required range: x > 0
currency
string
default:USD
Required string length: 3
reason
string | null
Maximum string length: 500
reference
string | null
Maximum string length: 120

Response

Wallet balances after the release, plus the amount moved.

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.

status_code
integer
required

HTTP status code for the response.

data
any
required

Payload or error details.

query_generated_time
integer
required

UTC timestamp (milliseconds since epoch) when response was generated.