SubAccount Transfers

Initiate transfers of monthly certificates to other sub-accounts within an account.

SecurityJWT
Request
query Parameters
onBehalfOfAccountId
string

Account id for which the request is being made: defaults to the primary account id of the requester unless specified

Request Body schema: application/json
Array of objects (SubaccountTransferRequest)

List of requests

Responses
200

OK

400

Invalid parameter(s)

401

Unauthorized access

403

Permission denied

413

Request payload is too large

429

Server too busy or acceptable use policy violation

500

An unexpected error has occurred

post/api/ledger/subaccountTransfer
Request samples
application/json
{
  • "requests": [
    ]
}
Response samples
application/json
{
  • "submissionId": "1",
  • "responses": [
    ]
}