Internal get coinSpecific and transactions for multiple transfers

post/api/v2/internal/{coin}/transfers/coinspecifics

Accepts a list of transfer PublicIds and returns coinSpecific JSON. Optionally includes transaction inputs/outputs when includeTransactions=true. The includeHex and includeNHash parameters are ignored when includeTransactions=false.

Path Parameters

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

Query Parameters

  • includeTransactionsbooleanDefault: false
    Whether to include transaction data (inputs/outputs/hex/normalizedTxHash)
  • includeHexbooleanDefault: false
    Whether to include hex in transaction data (ignored if includeTransactions is false)
  • includeNHashbooleanDefault: false
    Whether to include normalized hash in transaction data (ignored if includeTransactions is false)

Request Body

transfers array[string] required

200 Response

transfers array[object] required
transferId string required
coinSpecific
dictionary<string, any> or null
required
transaction
object or null
required

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