Transactions

Fetch transaction metadata

get

Use this endpoint to get transaction details by ID or foreign_id. You can only include one of those parameters in your request.

Note: You can only request data for transactions that were authorised using your API and secret key.

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
get
/transactions/info
Fetch data by transaction ID

Last updated

Was this helpful?