Lists fills based on passed filters

get/trade-falcon/api/prime/trading/v1/fills

Lists fills

Query Parameters

  • orderIdstring<uuid>
    Order id
  • liquiditySourceAccountIdstring<uuid>
    Liquidity source account id
  • offsetstring
    Offset
  • accountIdstring
    Fills associated with a accountId
  • statusstring
    Query fills by a status
  • idsstring
    Set of fill ID's to query
  • startAtstring
    Query fills after a specific date
  • endAtstring
    Query fills before a specific date

200 Response

Array of
id string <uuid>
The unique id of the fill object
Example: 37617d48-9cd5-4d0a-8f41-b2d0bec2229b
orderId string <uuid>
The unique id of the order this fill belongs to
Example: 37617d48-9cd5-4d0a-8f41-b2d0bec2229b
status string
Status of the fill
Allowed values: IN_PROGRESS RECORDED FAILED
Example: RECORDED
externalOrderId string
Order id generated from the external source
Example: 101
externalFillId string
Fill id generated by the external source
Example: 101
liquiditySourceOrderId string
Order id generated by the liquidity source
Example: 101
liquiditySourceFillId string
Fill id generated by the liquidity source
Example: 101
baseAmount string
Base amount that is either being bought or sold
Example: 100000
quoteAmount string
Quote currency amount that is either being bought or sold
Example: 100000
liquiditySourceAccountId string <uuid>
The DAS account id of the liquidity source
Example: 37617d48-9cd5-4d0a-8f41-b2d0bec2229b
feeRevenueCurrency string
Currency in which BitGo is taking fees
Allowed values: usd btc eth xrp ltc bch
Example: usd
feeExpenseCurrency string
Currency in which the liquidity source is taking fees
feeRevenueAmount string
Amount of fees taken by BitGo
Example: 100000
feeExpenseAmount string
Amount of fees taken by the liquidity source
Example: 100000
executionTime string <date-time>
ISO date string
createdAt string <date-time>
ISO date string

400 Response

error string required
Human-readable error message
errorName string required
Immutable error code for API integration
reqId string required
Client request id