CCXT
derive

derive implicit API

Every raw derive endpoint exposed as a CCXT implicit method — names, HTTP verbs, paths and rate-limit costs.

Every endpoint in derive's api definition is exposed as an implicit method — a thin, generated wrapper around the raw exchange endpoint. Use these for exchange-specific functionality the CCXT API does not cover.

These methods are available in every CCXT language — TypeScript, JavaScript, Python, PHP, C# and Go. Call them by the camelCase name shown in the tables below (e.g. publicGetGetAllCurrencies); the snake_case alias (public_get_get_all_currencies) also works in JavaScript, Python and PHP, and Go uses the PascalCase form (PublicGetGetAllCurrencies). Switch tabs for the call in each language:

const derive = new ccxt.derive ();
const response = await derive.publicGetGetAllCurrencies (params);

Path parameters wrapped in {} (e.g. {pair}) are substituted from params; everything else in params is sent as the query string or request body. Cost is the rate-limiter weight of each call.

📚 Official derive API documentation: docs.derive.xyz

113 implicit endpoints across 2 access groups.

public

Base URL: https://api.lyra.finance/public

MethodHTTPEndpointCost
publicGetGetAllCurrenciesGETget_all_currencies
publicPostBuildRegisterSessionKeyTxPOSTbuild_register_session_key_tx
publicPostRegisterSessionKeyPOSTregister_session_key
publicPostDeregisterSessionKeyPOSTderegister_session_key
publicPostLoginPOSTlogin
publicPostStatisticsPOSTstatistics
publicPostGetAllCurrenciesPOSTget_all_currencies
publicPostGetCurrencyPOSTget_currency
publicPostGetInstrumentPOSTget_instrument
publicPostGetAllInstrumentsPOSTget_all_instruments
publicPostGetInstrumentsPOSTget_instruments
publicPostGetTickerPOSTget_ticker
publicPostGetLatestSignedFeedsPOSTget_latest_signed_feeds
publicPostGetOptionSettlementPricesPOSTget_option_settlement_prices
publicPostGetSpotFeedHistoryPOSTget_spot_feed_history
publicPostGetSpotFeedHistoryCandlesPOSTget_spot_feed_history_candles
publicPostGetFundingRateHistoryPOSTget_funding_rate_history
publicPostGetTradeHistoryPOSTget_trade_history
publicPostGetOptionSettlementHistoryPOSTget_option_settlement_history
publicPostGetLiquidationHistoryPOSTget_liquidation_history
publicPostGetInterestRateHistoryPOSTget_interest_rate_history
publicPostGetTransactionPOSTget_transaction
publicPostGetMarginPOSTget_margin
publicPostMarginWatchPOSTmargin_watch
publicPostValidateInviteCodePOSTvalidate_invite_code
publicPostGetPointsPOSTget_points
publicPostGetAllPointsPOSTget_all_points
publicPostGetPointsLeaderboardPOSTget_points_leaderboard
publicPostGetDescendantTreePOSTget_descendant_tree
publicPostGetTreeRootsPOSTget_tree_roots
publicPostGetSwellPercentPointsPOSTget_swell_percent_points
publicPostGetVaultAssetsPOSTget_vault_assets
publicPostGetEtherfiEffectiveBalancesPOSTget_etherfi_effective_balances
publicPostGetKelpEffectiveBalancesPOSTget_kelp_effective_balances
publicPostGetBridgeBalancesPOSTget_bridge_balances
publicPostGetEthenaParticipantsPOSTget_ethena_participants
publicPostGetVaultSharePOSTget_vault_share
publicPostGetVaultStatisticsPOSTget_vault_statistics
publicPostGetVaultBalancesPOSTget_vault_balances
publicPostEstimateIntegratorPointsPOSTestimate_integrator_points
publicPostCreateSubaccountDebugPOSTcreate_subaccount_debug
publicPostDepositDebugPOSTdeposit_debug
publicPostWithdrawDebugPOSTwithdraw_debug
publicPostSendQuoteDebugPOSTsend_quote_debug
publicPostExecuteQuoteDebugPOSTexecute_quote_debug
publicPostGetInviteCodePOSTget_invite_code
publicPostRegisterInvitePOSTregister_invite
publicPostGetTimePOSTget_time
publicPostGetLiveIncidentsPOSTget_live_incidents
publicPostGetMakerProgramsPOSTget_maker_programs
publicPostGetMakerProgramScoresPOSTget_maker_program_scores

private

Base URL: https://api.lyra.finance/private

MethodHTTPEndpointCost
privatePostGetAccountPOSTget_account
privatePostCreateSubaccountPOSTcreate_subaccount
privatePostGetSubaccountPOSTget_subaccount
privatePostGetSubaccountsPOSTget_subaccounts
privatePostGetAllPortfoliosPOSTget_all_portfolios
privatePostChangeSubaccountLabelPOSTchange_subaccount_label
privatePostGetNotificationsvPOSTget_notificationsv
privatePostUpdateNotificationsPOSTupdate_notifications
privatePostDepositPOSTdeposit
privatePostWithdrawPOSTwithdraw
privatePostTransferErc20POSTtransfer_erc20
privatePostTransferPositionPOSTtransfer_position
privatePostTransferPositionsPOSTtransfer_positions
privatePostOrderPOSTorder
privatePostReplacePOSTreplace
privatePostOrderDebugPOSTorder_debug
privatePostGetOrderPOSTget_order
privatePostGetOrdersPOSTget_orders
privatePostGetOpenOrdersPOSTget_open_orders
privatePostCancelPOSTcancel
privatePostCancelByLabelPOSTcancel_by_label
privatePostCancelByNoncePOSTcancel_by_nonce
privatePostCancelByInstrumentPOSTcancel_by_instrument
privatePostCancelAllPOSTcancel_all
privatePostCancelTriggerOrderPOSTcancel_trigger_order
privatePostGetOrderHistoryPOSTget_order_history
privatePostGetTradeHistoryPOSTget_trade_history
privatePostGetDepositHistoryPOSTget_deposit_history
privatePostGetWithdrawalHistoryPOSTget_withdrawal_history
privatePostSendRfqPOSTsend_rfq
privatePostCancelRfqPOSTcancel_rfq
privatePostCancelBatchRfqsPOSTcancel_batch_rfqs
privatePostGetRfqsPOSTget_rfqs
privatePostPollRfqsPOSTpoll_rfqs
privatePostSendQuotePOSTsend_quote
privatePostCancelQuotePOSTcancel_quote
privatePostCancelBatchQuotesPOSTcancel_batch_quotes
privatePostGetQuotesPOSTget_quotes
privatePostPollQuotesPOSTpoll_quotes
privatePostExecuteQuotePOSTexecute_quote
privatePostRfqGetBestQuotePOSTrfq_get_best_quote
privatePostGetMarginPOSTget_margin
privatePostGetCollateralsPOSTget_collaterals
privatePostGetPositionsPOSTget_positions
privatePostGetOptionSettlementHistoryPOSTget_option_settlement_history
privatePostGetSubaccountValueHistoryPOSTget_subaccount_value_history
privatePostExpiredAndCancelledHistoryPOSTexpired_and_cancelled_history
privatePostGetFundingHistoryPOSTget_funding_history
privatePostGetInterestHistoryPOSTget_interest_history
privatePostGetErc20TransferHistoryPOSTget_erc20_transfer_history
privatePostGetLiquidationHistoryPOSTget_liquidation_history
privatePostLiquidatePOSTliquidate
privatePostGetLiquidatorHistoryPOSTget_liquidator_history
privatePostSessionKeysPOSTsession_keys
privatePostEditSessionKeyPOSTedit_session_key
privatePostRegisterScopedSessionKeyPOSTregister_scoped_session_key
privatePostGetMmpConfigPOSTget_mmp_config
privatePostSetMmpConfigPOSTset_mmp_config
privatePostResetMmpPOSTreset_mmp
privatePostSetCancelOnDisconnectPOSTset_cancel_on_disconnect
privatePostGetInviteCodePOSTget_invite_code
privatePostRegisterInvitePOSTregister_invite

On this page