Admin Tokenization Held SendQueue Update

put/api/v2/{coin}/admin/tokenization/heldsendqueue/{transactionId}

Path Parameters

  • coinstringRequired
    The coin type
    Example: btc
    Min length: >= 1 characters
  • transactionIdstringRequired
    Filter by on-chain transactionId or sendQueueId
    Example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
    Min length: >= 1 characters

Request Body

action string required
Allowed values: reject approve
comment string required
Min length: >= 1 characters

200 Response

debugTa2Ta
coin string required
A cryptocurrency symbol or token ticker symbol
Example: btc
token string
state string required
The status of this SendQueue item
Allowed values: pending attempted failed done reverted held replaced abandoned
Example: done
user string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
wallet string
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
address string
enterprise string
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
pendingApprovalId string
createTime number required
Number of milliseconds since January 1, 1970
Example: 1537289808000
modifyTime number required
Number of milliseconds since January 1, 1970
Example: 1537289808000
expireTime number
submitHeight number
confirmHeight number
comment string
txType string
txid string required
The on-chain transaction ID
Example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
tx string required
Raw transaction (hex)
value number
The total value (in base units) sent by this sendq transaction
valueString string required
The total value (in base units) sent by this sendq transaction represented as a String
Example: 200000
Match pattern: ^-?\d+$
payGoFee number required
The Transfer's BitGo fee (in base units)
payGoFeeString string required
The Transfer's BitGo fee (in base units) represented as a String
attempts number required
Number of transmission attempts
targetAttempts number required
Max number of times to try transmitting
nextAttempt required
instantId string
instant boolean
Use instant sending (coin-specific) method if available
agent required
error string
Error regarding the transaction
held boolean required
Indicates that the transaction was held at some point
uniqueDoubleSpendPreventionIds array[string] required
Example: ["59cd72485007a239fb00282ed480da1f"]
coinSpecificOne ofrequired
Transaction fields specific to each coin type
account string
feeString string
trustLines array[object]
deployment boolean required
lowPriority boolean
feesUsed required
firstValidBlock number
lastValidBlock number
customNode object
accessToken string
nodeId string
url string
txRequestId string <uuid>
Example: 123e4567-e89b-12d3-a456-426614174000

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id