Skip to main content

Retrieve

POST 

/retrieve/:apiKey

Retrieves a list of transactions between from and to along with the fees associated with them.

Request parameters

If both a request body and GET parameters are specified, the GET parameters take precedence.

Request

Responses

A paged response of reconciled transactions.

:::info[Pagination] Each request will return a maximum of 100 data sets. In order to fetch the next page, simply indicate this using the page property. The response has the next_page_exists field that indicates if more data needs to be retrieved. :::