Internal get transaction inputs and outputs for transfers

post/api/v2/internal/{coin}/wallet/{walletId}/transfers/inputsoutputs

Returns all inputs and outputs matching the list of provided txIds

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters
  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc

Query Parameters

  • includeHexboolean
  • includeNHashboolean

Request Body

transfers array[object] required
txid string required
coinSpecific object

200 Response

transactions array[object] required
txid string required
inputs
array[object] or null
outputs
array[object] or null
hex
string or null
normalizedTxHash
string or null

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

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