Skip to main content
POST
Create transactions in a wallet

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

Body

application/json
walletId
integer
required

Wallet to add transactions to. Must belong to orgId/companyId. Any wallet type is allowed; transactions are tagged addedVia="publicApi".

Required range: x > 0
Example:

1

transactions
object[]
required

Transactions to insert (1 to 500). All inserted atomically. If any row fails validation, none are inserted.

Required array length: 1 - 500 elements
doFiat
boolean
default:true

When true (default), the process worker chain queues the fiat-pricing worker after processing (fills amountFiat/feeFiat). When false, balance calculation is queued directly without fiat backfill.

Response

Transactions inserted successfully

success
enum<boolean>
required
Available options:
true
data
object
required
Last modified on July 10, 2026