Get fill
Retrieves a specific fill by its unique ID.
Endpoint
GET /api/v1/fills/{id}
Authentication
Requires X-API-KEY header.
Returns
200 OKwithFillResponseif found.404 Not Foundif the fill does not exist or does not belong to the account.500 Internal Server Errorif an internal error occurs.
Authorizations
Base64-encoded API key issued by POST /api/v1/api-keys.
Path Parameters
Fill id (UUID)
Response
The requested fill
Response for a trade fill.
A system-generated unique identifier for an account.
x >= 0A unique identifier for a portfolio within a subaccount.
x >= 0A unique identifier for a subaccount within an account.
x >= 0The fee paid for this fill in USDC
"0.45"
The unique identifier of the fill
"0190b6c2-7e4a-7c3b-9f21-2b6a1c4e5d8f"
The liquidity role (Taker or Maker)
TAKER, MAKER The symbol of the market (e.g. BTC-PERP)
"BTC-PERP"
The price at which the fill occurred in quote asset units (e.g. USDC)
"64998.50"
The quantity filled in base asset units
"0.25"
The unique identifier of the order associated with this fill
"0190b6c2-7e4a-7c3b-9f21-2b6a1c4e5d8f"
The side of the fill (Long or Short)
LONG, SHORT The timestamp when the fill occurred
x >= 0