Introduction

Sections

Theme switcher

Search card transactions

Header Parameters

x-api-keystring Required

Identifier used to authenticate a user for the use of the CryptoMate APIs.

Query Parameters

from_datestring Required

Date in YYYY-MM-DD format

to_datestring Required

Date in YYYY-MM-DD format

operationsarray Required

Types of operation to search for. (At least one must be provided)

Enum values:
TRANSACTION_APPROVED
Approved card transaction
TRANSACTION_REJECTED
Rejected card transaction
TRANSACTION_REVERSED
Merchant reversed transaction
TRANSACTION_REFUND
Dispute refund transaction
WALLET_DEPOSIT
Crypto/Money added to a card
OVERRIDE_VIRTUAL_BALANCE
Override the balance virtual of a card
sizeinteger

Amount of results by page. Maximum 100 elements per page. If a higher value is specified, it ll be override to 100. Default 10.

page_numberinteger

Number of the next page to search. Null or empty for the first page.

Path Parameters

cardIdstring Required

Unique identifier of the card

Response

200
Object

Response Attributes

number_of_elementsinteger

Number of elements on the page

next_pageinteger

Number of the next page. If null, is the last page of the search.

movementsobject

Show child attributes

total_pagesinteger

Total amount of pages of the search

total_elementsinteger

Total amount of results of the whole search

Was this section helpful?

What made this section unhelpful for you?

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot