Get transaction details
Get transaction details by id, foreign_id, or txid. Include only one of these parameters in your request.
Documentation Index
Fetch the complete documentation index at: https://docs.cryptoprocessing.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Hex-encoded HMAC-SHA512 signature of the request body, generated using your secret key.
Body
- By internal ID
- By foreign ID
- By txid
Internal transaction ID.
717535
Response
OK
x >= 1717535
Transaction type.
Transaction entries. Each entry has a transaction_type that determines which fields are present:
blockchain: On-chain transactions (has address, tag, txid, riskscore, confirmations)internal: Internal transfers (has address, tag, txid, confirmations)exchange: Currency exchanges (has currency_to, amount_to)
Transaction status. Note: internal statuses are mapped before returning:
processingandverifyingare returned asnot_confirmederroris returned ascancelledrejectedis returned ascancelled
cancelled, confirmed, declined, not_confirmed, pending This transaction's unique identifier in your system.
End user reference. Present only when KYC data was provided.
Address details. Present only when entry has an associated address.
Sent currency details. Present for confirmed, verifying, or processing transactions.
Received currency details. Present for confirmed, verifying, or processing transactions.
Error message. Null or empty string for successful transactions.
Additional transaction details. Present only when available.