Skip to main content

AppController_getSingleTxFromQuery

GET 

/v2/build-tx

AppController_getSingleTxFromQuery

Request​

Query Parameters

    sender stringrequired

    Address of the sender.

    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    recipient stringrequired

    Address of the recipient.

    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    routePath string

    Path returned in the userTx with type "fund-movr"

    Example: 1-6
    fromChainId stringrequired

    Source ChainId

    Example: 137
    toChainId stringrequired

    Destination ChainId

    Example: 56
    fromTokenAddress stringrequired

    Address of the source token

    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    toTokenAddress stringrequired

    Address of the destination token

    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    fromAmount stringrequired

    Amount as Bignumber for the source token

    Example: 1000000000
    toAmount stringrequired

    Amount as Bignumber for the destination token

    Example: 10000000000
    bridgeInputTokenAddress string

    Token Address that is being sent to the bridge. In case of swap, the token that you swapped into has to be passed here.

    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    bridgeWithGas boolean

    Boolean variable that notifies us if refuel(dropping some native tokens on the destination chain) also has to be included in the transaction.

    Example: false
    swapSlippage string

    Override the default swap slippage sent by the quote in percentage, i.e 1% = 1 or 0.5% = 0.5.

    Example: 1
    bridgeSlippage string

    Override the default bridge slippage sent by the quote in percentage, i.e 1% = 1 or 0.5% = 0.5. NOTE - Slippage is not present for all bridges.

    Example: 1
    destinationPayload string

    Destination Payload

    destinationGasLimit string

    Destination Gas limit

    bridgeInsuranceAmount string

    BridgeInsuranceAmount

    Example: 10000000000
    feePercent string

    Fee Percentage - Percentage of fee to be cut from the input token. Supports only three decimal places and uptp 5 percent.

    feeTakerAddress string

    Fee Taker Address - Address that collects the fee.

Header Parameters

    API-KEY string

Responses​

Get the tx details for the route.

Schema

    statusbooleanrequired

    Status of API.

    Example: true

    result

    object

    required

    userTxTypestringrequired

    Type of user transaction.

    Possible values: [approve, fund-movr, claim, dex-swap, sign]

    Example: dex-swap
    txTargetstringrequired

    Address to which transaction has to be sent.

    Example: 0x3e8cB4bd04d81498aB4b94a392c334F5328b237b
    chainIdstringrequired

    Id of chain where transaction has to be sent.

    Possible values: [MAINNET_CHAIN_ID, OPTIMISM_CHAIN_ID, BSC_CHAIN_ID, XDAI_CHAIN_ID, POLYGON_CHAIN_ID, FANTOM_CHAIN_ID, ZKSYNC_ERA_CHAIN_ID, POLYGON_ZKEVM_CHAIN_ID, MANTLE_CHAIN_ID, BASE_CHAIN_ID, MODE_CHAIN_ID, ARBITRUM_CHAIN_ID, AVAX_CHAIN_ID, LINEA_CHAIN_ID, BLAST_CHAIN_ID, SCROLL_CHAIN_ID, ZORA_CHAIN_ID, AURORA_CHAIN_ID]

    Example: 137
    txDatastringrequired

    Calldata for transaction.

    Example: 0xasjajfbalkfajfalalglaglagbalga
    txTypestringrequired

    Type of transaction.

    Possible values: [eth_sendTransaction, eth_signMessage]

    Example: eth_sendTransaction
    valuestringrequired

    Native token amount to be sent with transaction.

    Example: 10000000000000000
    totalUserTxnumberrequired

    Total number of transactions in Active Route.

    Example: 2

    approvalData

    object

    required

    minimumApprovalAmountstringrequired

    Minimum amount of approval needed.

    Example: 10000000000000000
    approvalTokenAddressstringrequired

    Address of token for which approval is required.

    Example: 0x2791bca1f2de4661ed88a30c99a7a9449aa84174
    allowanceTargetstringrequired

    Contract address that needs approval.

    Example: 0x2791bca1f2de4661ed88a30c99a7a9449aa84174
    ownerstringrequired

    Address of owner.

    Example: 0x3e8cB4bd04d81498aB4b94a392c334F5328b237b