Skip to main content
POST
Make a Canton call

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Body

application/json
type
enum<string>
required

Which call to make. Selects the shape of payload.

Available options:
DTCC_PARTICIPANT_ONBOARDING
Example:

"DTCC_PARTICIPANT_ONBOARDING"

payload
object
required

Response

The outgoing transaction that carries the call.

The outgoing transaction that carries the call.

transactionId
string
required

The outgoing transaction that carries the call.

Example:

"5a1d8b0f-2c31-4c7e-9d0a-118e7b6c4a21"

status
string
required

The transaction's status at the time of this response — SUBMITTED.

Example:

"SUBMITTED"