Get Routed Transaction - Internal

get/api/route-composition/internal/v1/transactions

Returns a list of all the Routed Transactions for a single Route. For use only by Bitgo-Internal.

Query Parameters

  • limitstring
  • offsetstring
  • sortBystring
    Enum: createdAt data pendingActivity routeId routedTransactionType rtId status updatedAt updates
  • sortDirectionstring
    Enum: ASC DESC
  • routeIdstring or array
  • rtIdstring or array
  • rtTypestring or array
  • walletIdstring or array
  • apiTradeProductstring or array
  • addressValuestring or array
  • exCoinstring or array

200 Response

routedTransactions array[object] required
State management model for routed transaction. Note that the routed transaction type is not obtained by joining with the route, instead it is denormalized here to allow for future augmentation of the types.
rtId string required
the RTID (routed transaction id)
routeId string required
id of the related route composition
routedTransactionType string required
type of the routed transaction, currently same as the type on the transaction route
Allowed values: RT_AUTO_LIQUIDATION RT_FINANCING RT_OES_ONCHAIN_SETTLEMENT RT_TRADE_CLIENT_SETTLEMENT RT_CLEARING_QUEUE_AUTOMATION
status string required
routed transaction status
Allowed values: QUEUED COMPLETED FAILED CANCELED PENDING CONFIRMED ORDERED PENDING_DVP SETTLED_DVP CALLER_CANCELED CALLER_FAILED CALLER_WAIT TRADING_HELD TRADING_HOLD_FAILED SETTLED CALLER_COMPLETED
pendingActivityOne ofrequired
next expected activity within this status
Allowed value: UNKNOWN
dataOne ofrequired
route metadata for auto-liquidation routes
updates array[object] required
updates to the routed transaction
createdAtOne ofrequired
creation timestamp
updatedAtOne ofrequired
timestamp of last modification

400 Response

404 Response