Bind Ledger

Define a new ledger integration

Body Params
string
required

Unique identifier for the ledger name. This value must be unique across all ledger bindings

string
required

Ledger adapter address in host:port format

auth
array

List of authentication mechanisms supported by this ledger

auth
idempotency
object

Idempotency configuration to prevent duplicate request processing

string

A human-readable name for the ledger that appears in user interfaces

string
length ≥ 1
Defaults to 300s

The maximum time allowed for the entire request operation to complete, including all retry attempts. After this duration, the request will fail with a timeout error

string
length ≥ 1
Defaults to 60s

The waiting period between consecutive retry attempts when a request fails. This delay helps prevent overwhelming the ledger adapter during temporary failures

string
length ≥ 1
Defaults to 90s

The maximum time allowed for each individual request attempt. If a single attempt exceeds this duration, it will be retried according to the backoff configuration

boolean
Defaults to true

Indicates whether balance synchronization is enabled for this ledger

Responses
200

successful operation

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