JUMP TOAPISignersAddress and deployment statusgetCancel noncegetCancel nonce with signaturegetDelegate callgetExternal callgetMeta delegate call (EIP712)getNonce datagetNext available noncesgetSegmentsBlock IntervalgetLimit Swap Exact InputgetMarket Swap Exact InputgetRequire Block Not MinedgetRequire Uint256 Lower BoundgetRequire Uint256 Lower BoundgetUse BitgetIntentsGet a single declarationgetGet all declarationsgetData for single intentgetCompilegetGet intentsgetSubmit an intentpostOraclesUINT256 Oracle valuegetUniswap V3 TWAPgetUniswap V3 TWAP pricegetDSLDSL OverviewIntentConditionsblockintervalnoncepriceActionslimitSwapmarketSwaptransferPowered by nonceSet conditions around nonce stateSchema PropertyRequiredDescriptiontypeYes"nonce"nonceYesA nonce. Must be an integer greater than 0.stateYesCan be USED or NOT_USEDUSED: Allow execution if nonce has set on chainNOT_USED: Allow execution if nonce has not been set on chain. Example JavaScript{ type: 'nonce', nonce: 123, state: 'USED' }