v1
latestOpenAPI 3.0.12026-07-26171200932.8 KBCreate Sub-Account Money Transfer
Rate limit: 60 requests per 60 seconds. This is the default shared quota — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.
Executes a money transfer between the authenticated caller and the sub-account identified by the x-sub-account-id header. The amount must be positive with up to two decimal places. Direction ToSubAccount moves funds from the caller to the sub-account; FromSubAccount moves funds from the sub-account back to the caller.
Headers
A unique request identifier.
API key for authentication.
User-specific authentication key.
The encrypted sub-account identifier. The backend validates that it decrypts to a sub-account owned by the caller's token gcid and resolves the target compensation CID.
Request body
Example request
{
"amountInUsd": 250.55,
"direction": "ToSubAccount"
}Response
The transfer was accepted