Bulk transaction import

Imports a list of transactions.

Overview

Use this method to import a list of transactions.

The method expects transactions to be passed as a valid NDJSON with the Content-Type: application/x-ndjson header.

The response contains the number of imported transactions.

📘

Note

  • Import is limited to 10000 records.
  • To use this method, a list of JSON strings representing a transaction is expected, which should be divided using \n.
Language
Authorization
Header
Click Try It! to start a request and see the response here!