Transactions
Bulk transactions
Submit multiple transactions in one request with the Go SDK.
POST
Bulk transactions
Use
client.Transaction.CreateBulk to create many transactions in one request (up to blnkgo.MaxBulkCreateItems, 10,000 per request).
1
Call the method
client.Transaction.CreateBulk
2
Response
The Go SDK validates batch size before sending the request. If
len(Transactions) exceeds blnkgo.MaxBulkCreateItems (10,000), CreateBulk returns a client-side validation error without calling the API.