v2

OpenAPI 3.1.02026-07-2619094236.4 KB
Users

Balance Transfer

Transfer balance from the authenticated user to a target user. Supports three authentication methods:

  1. Hotkey authentication (X-Chutes-Hotkey + X-Chutes-Signature + X-Chutes-Nonce)
  2. Admin API key (Authorization: cpk_...)
  3. Fingerprint (Authorization: <fingerprint>)
post/users/balance_transfer

Headers

X-Chutes-Hotkeystring nullable
X-Chutes-Signaturestring nullable
X-Chutes-Noncestring nullable
Authorizationstring nullable

Request body

user_idstring required
amountnumber nullable

Response

Successful Response

{"stackTrail":"paths:/users/balance_transfer:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}