Transactions
Use this endpoint to get transaction details by ID or foreign_id. You can only include one of those parameters in your request.
Authorizations
X-processing-keystringRequired
Your API key.
X-processing-signaturestringRequired
The request body, signed with HMAC-SHA512 with your secret key. You can find the secret key in your account.
Query parameters
idintegerOptional
The transaction's ID in Cryptoprocessing's records.
foreign_idstringOptional
The transaction's unique identifier in your system. You can only find withdrawal transactions by their foreign_id. For deposits, search by id.
Responses
200
OK
application/json
400
No parameters present
application/json
404
Validation Exception: more than one param is present
application/json
get
/transactions/infoLast updated
Was this helpful?