Post Routed Transaction - Internal

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

Allows the creation of a new Routed Transaction using the provided Route. For use only by Bitgo-Internal.

Request Body

routeId string required
walletId string required
Min length: >= 1 characters
rtType string required
category of routed transaction for discrimination of status
Allowed values: RT_AUTO_LIQUIDATION RT_FINANCING RT_OES_ONCHAIN_SETTLEMENT RT_TRADE_CLIENT_SETTLEMENT RT_CLEARING_QUEUE_AUTOMATION
dataOne of
route metadata for auto-liquidation routes
rtType string required
Allowed value: RT_AUTO_LIQUIDATION
addressValue string required
Min length: >= 1 characters
apiTradeProduct string required
Min length: >= 1 characters
exCoin string required
exCoin is the coin we are trading away, e.g. BTC in a BTC-USD sell trade
Min length: >= 1 characters

201 Response

rtId string required
route 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

One of

404 Response