Find transaction

get/api/v2/{coin}/admin/sendq

Find transaction by nonce and fee address

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: btc

Query Parameters

  • noncenumberRequired
    the nonce of the transaction desired
  • feeAddressstringRequired
    the fee address to look up the transaction against

200 Response

Array of
id string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
user string required
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
coin string required
A cryptocurrency or token ticker symbol.
Example: btc
wallet string
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
enterprise string
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
txid string required
The on-chain transaction id
Example: b8a828b98dbf32d9fd1875cbace9640ceb8c82626716b4a64203fdc79bb46d26
tx string required
Raw transaction (hex)
createTime integer
Number of milliseconds since January 1, 1970
Example: 1537289808000
modifyTime integer
Number of milliseconds since January 1, 1970
Example: 1537289808000
state string
The status of this SendQueue item
Allowed values: pending attempted failed done reverted held replaced abandoned
Example: done
held boolean required
Indicates that the transaction was held at some point
uniqueDoubleSpendPreventionIds array[string]
Example: 59cd72485007a239fb00282ed480da1f
attempts integer required
Number of transmission attempts
nextAttempt string <date-time>required
Example: {}
targetAttempts integer required
Max number of times to try transmitting
value integer
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: 2000000
Match pattern: ^-?\d+$
payGoFee integer
The Transfer's BitGo fee (in base units)
payGoFeeString string required
The Transfer's BitGo fee (in base units) represented as a String
instant boolean
Use instant sending (coin-specific) method if available
agent string
User agent used to submit the request
error string
Error regarding the transaction
coinSpecific object required
Transaction fields specific to each coin type
feesUsed object
Fees (depending on the coin) used for the tx

400 Response

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

404 Response

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