PearPear

Apply funding payments from a gzipped JSON file

Same payload as POST /sync/funding/create, uploaded as a gzipped JSON file in the "file" multipart field. Forwarded to the worker, which decompresses and validates it off the shared core API.

POST
/sync/funding/create/bulk
x-api-key<token>

In: header

Header Parameters

X-Trade-Account-Id*string

UUID of the trade account the request acts on. Must belong to the authenticated user.

Formatuuid

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/sync/funding/create/bulk" \  -H "X-Trade-Account-Id: 3fa85f64-5717-4562-b3fc-2c963f66afa6" \  -F file="string"
{}