Remove Liquidity

Removes user-provided liquidity from one or more blockchain networks in a single transaction, streamlining cross-chain asset management. The response includes details such as chain IDs, addresses, gas limits, payload data, and a unique reference ID for transaction tracking.

💡

Compute Unit Value: 85 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The request body for a /defi/v1/bridge/removeliquidity

The request body for a /defi/v1/bridge/removeliquidity

string
enum

The unique ID to specify the bridge protocol for routing cross-chain queries or transactions. Find more here.

Allowed:
string

The unique chain ID to specify the source chain. Find more here.

string

Symbol of the token to remove liquidity.

string

Address of the token to remove liquidity.

string
required

Address of the token sender.

string
required

Amount of the output token to receive, specified in the token's smallest denomination (base units). Do not send human-readable decimal values. Examples: 1 WETH (18 decimals) = "1000000000000000000"; 1 USDC (6 decimals) = "1000000".

string

Maximum number of gas units to allocate for the transaction, as an integer string (e.g., '200000'). If omitted, gas is estimated automatically. Note: this is gas units, not wei or gwei.

string

Symbol of the source chain.

string

Specifies the priority level for gas fees (e.g., 'low', 'medium', or 'high'), which influences the transaction speed and cost.

boolean

Flag to include a basis points fee transaction alongside the main transaction when set to true.

string
required

Address of the token recipient.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json