Bind LedgerAsk AIpost 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 ledgerOAuthOptions | ledgerMtlsOptions | ledgerApiKeyOptionsidempotencyobjectIdempotency configuration to prevent duplicate request processingidempotency objectdisplayNamestringA human-readable name for the ledger that appears in user interfacesrequestTimeoutstringlength ≥ 1Defaults to 300sThe maximum time allowed for the entire request operation to complete, including all retry attempts. After this duration, the request will fail with a timeout errorbackoffstringlength ≥ 1Defaults to 60sThe waiting period between consecutive retry attempts when a request fails. This delay helps prevent overwhelming the ledger adapter during temporary failuressingleRequestTimeoutstringlength ≥ 1Defaults to 90sThe 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 4 months ago