PearPear
API IntegrationAPI SpecificationFills

Retrieve provisional fills (lite)

Returns provisional fills with minimal fields for synchronization

GET
/fills/provisionals-lite
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

Response Body

application/json

curl -X GET "https://example.com/fills/provisionals-lite" \  -H "X-Trade-Account-Id: 3fa85f64-5717-4562-b3fc-2c963f66afa6"
{  "fills": [    {      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",      "positionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",      "symbol": "BTC",      "cloid": "string",      "status": "PROVISIONAL"    }  ]}