Split Transaction

Split transactions into multiple transactions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Payload

{
    "txId": [
        871527
    ],
    "mode": 0, 
    "portfolioId": 1612,
    "split": [
        50, 50
    ],
    "classes": [
        24796,
        24796
    ],
    "feeSplit": 1
}
Body Params
txId
array of integers
required

Ledger id. Only one transaction allowed.

txId*
integer
Defaults to 0

0 split by percentage, 1 split by value

string

Portfolio Id.

split
array of integers

Specified amount you would like to split by.

split
classes
array of integers

List of classification ids- should equal to split count.

classes
integer

0: no fee split, 1: fee split

Headers
string

Pass your API KEY here

integer

Pass your portfolio ID

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain