Get a list of transactions

Getting a list of orphan transactions with the ability to filter by certain criteria

Get a list of transactions

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body
idstringOptional

Transaction ID in the system

Example: 0f7e089d-b6f2-4ee8-9acb-e4a4db16d7f5
orderIdstring · nullableOptional

The ID of the order to which the address was linked at the time of the transaction discovery

Example: 7c687154-1e60-4a2e-99ee-4b13ef15f316
stagestring · enumOptional

The current stage of the transaction. There are 2 values available: DEPOSIT and WITHDRAWAL

Example: DEPOSITPossible values:
statusstring · enumOptional

Status of the current stage of the transaction

Example: PROCESSEDPossible values:
offsetintegerOptional

Offset (for pagination)

limitintegerOptional

Limit (for pagination)

Responses
chevron-right
200Success
application/json
post
/api-gateway/orphan-deposits/get-deposits
200Success

Last updated