Get Transaction Routes by Id

get/api/route-composition/v1/transaction-routes/{id}

Returns routes associated with records like an Address.

Path Parameters

  • idstringRequired

200 Response

transactionRoute 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

400 Response

403 Response

404 Response