Bind LedgerCopy Pagepost https://example.com/ledger/bindDefine a new ledger integrationBody ParamsnamestringrequiredUnique identifier for the ledger name. This value must be unique across all ledger bindingsendpointstringrequiredLedger adapter address in host:port formatautharrayList of authentication mechanisms supported by this ledgerauthADD adapterOAuthOptions | adapterMtlsOptions | adapterApiKeyOptionsidempotencyobjectIdempotency configuration to prevent duplicate request processingidempotency objectdisplayNamestringA human-readable name for the ledger that appears in user interfacesrequestTimeoutstringrequiredlength ≥ 1The maximum time allowed for the entire request operation to complete, including all retry attempts. After this duration, the request will fail with a timeout errorbackoffstringrequiredlength ≥ 1The waiting period between consecutive retry attempts when a request fails. This delay helps prevent overwhelming the ledger adapter during temporary failuressingleRequestTimeoutstringrequiredlength ≥ 1The maximum time allowed for each individual request attempt. If a single attempt exceeds this duration, it will be retried according to the backoff configurationbalanceSyncAllowedbooleanDefaults to trueIndicates whether balance synchronization is enabled for this ledgertruefalseResponses 200successful operation 400Bad Request 500Internal Server ErrorUpdated about 1 month ago