List Transactions

List merchant invoices created via API

Endpoint

GET {BASE_URL}/crypto/v1/list-txs

List merchant invoice transactions

get
Query parameters
FromDatestringOptional

Date parseable by JavaScript new Date(...).

ToDatestringOptional

Date parseable by JavaScript new Date(...).

HideUnpaidstring · enumOptional

Only literal string true applies paidAmount filter.

Possible values:
Header parameters
apikeystringRequired

Merchant API key.

merchantidstringRequired

Merchant identifier bound to the API key.

Responses
chevron-right
200

List result

application/json
successconst: Required
countintegerRequired
totalPaidnumberRequired
get
/crypto/v1/list-txs

Required Headers

Header
Required
Type

apikey

Yes

String

merchantid

Yes

String

Query Parameters

Parameter names are case-sensitive in current runtime behavior.

Parameter
Required
Type
Notes

FromDate

No

String

Date parseable by new Date(...)

ToDate

No

String

Date parseable by new Date(...)

HideUnpaid

No

String

Only string value true filters unpaid invoices

Request Example

Success Response (200)

Not Found Example (404)

Invalid Date Example (400)

Error Statuses

Status
Meaning

200

Success

400

Invalid FromDate or ToDate

403

Missing apikey or merchantid

404

No transactions found for filters

405

Invalid API key or merchant ID

408

API key and merchant mismatch

412

Merchant not enrolled in cryptoPOS-V1

501

Credential validation server error

505

Reporting pipeline server error

Last updated