Get Transaction Routes - Internal

get/api/route-composition/internal/v1/transaction-routes

Returns all Routes associated with an enterprise or wallet. For use only by Bitgo-Internal.

Query Parameters

  • limitstring
  • offsetstring
  • sortBystring
    Enum: id createdAt data enterpriseId ownerUserId payload rtType signature proof nonce updatedAt walletId active global
  • sortDirectionstring
    Enum: ASC DESC
  • idstring or array
  • rtTypestring or array
  • walletIdstring or array
  • apiTradeProductstring or array
  • addressValuestring or array
  • exCoinstring or array
  • activeboolean

200 Response

transactionRoutes array[object] required
transaction route business object data model - used within the application/as a response codec
id string required
route id for transaction routes
rtType string required
route type for transaction routes
Allowed values: RT_AUTO_LIQUIDATION RT_FINANCING RT_OES_ONCHAIN_SETTLEMENT RT_TRADE_CLIENT_SETTLEMENT RT_CLEARING_QUEUE_AUTOMATION
dataOne ofrequired
route metadata for auto-liquidation routes
enterpriseId string
enterprise id for transaction routes
walletId string
wallet id for transaction routes
ownerUserId string
owner user id for transaction routes
nonce string
nonce for use with signable routes, to prevent replay attacks
payload string
payload for transaction routes
signature string
signature for transaction routes
proof string
proof of signature for transaction routes
global boolean required
global status for transaction routes
active boolean required
active status for transaction routes
createdAtOne ofrequired
creation timestamp for transaction routes, decodes from date or ISO Date string
updatedAtOne ofrequired
updated timestamp for transaction routes, decodes from date or ISO Date string