GET
/
v1
/
status
curl --request GET \
  --url https://li.quest/v1/status
{
  "sending": {
    "txHash": "0xd3ad8fb8798d8440f3a1ec7fd51e102a88e4690f9365fad4eff1a17020376b4a",
    "txLink": "https://polygonscan.com/tx/0xd3ad8fb8798d8440f3a1ec7fd51e102a88e4690f9365fad4eff1a17020376b4a",
    "amount": "13000000",
    "token": {
      "address": "0xd69b31c3225728cc57ddaf9be532a4ee1620be51",
      "symbol": "anyUSDC",
      "decimals": 6,
      "chainId": 137,
      "name": "USDC",
      "coinKey": "anyUSDC",
      "priceUSD": "0",
      "logoURI": ""
    },
    "chainId": 137,
    "gasToken": {
      "address": "0x0000000000000000000000000000000000001010",
      "symbol": "MATIC",
      "decimals": 18,
      "chainId": 137,
      "name": "MATIC",
      "coinKey": "MATIC",
      "priceUSD": "0",
      "logoURI": ""
    },
    "gasAmount": "10000",
    "gasAmountUSD": "0.0",
    "gasPrice": "1000",
    "gasUsed": "1000"
  },
  "receiving": {
    "txHash": "0xba2793065e20835ef60993144d92e6bc1a86529a70e16c357f66ad13774868ad",
    "txLink": "https://bscscan.com/tx/0xba2793065e20835ef60993144d92e6bc1a86529a70e16c357f66ad13774868ad",
    "amount": "12100000000000000000",
    "token": {
      "address": "0x8965349fb649a33a30cbfda057d8ec2c48abe2a2",
      "symbol": "anyUSDC",
      "decimals": 18,
      "chainId": 56,
      "name": "USDC",
      "coinKey": "anyUSDC",
      "priceUSD": "0",
      "logoURI": ""
    },
    "chainId": 56,
    "gasToken": {
      "address": "0x0000000000000000000000000000000000001010",
      "symbol": "BNB",
      "decimals": 18,
      "chainId": 56,
      "name": "BNB",
      "coinKey": "BNB",
      "priceUSD": "0",
      "logoURI": ""
    },
    "gasAmount": "10000",
    "gasAmountUSD": "0.0",
    "gasPrice": "1000",
    "gasUsed": "1000"
  },
  "tool": "anyswap",
  "status": "DONE",
  "substatus": "COMPLETED",
  "fromAddress": "0x0000000000000000000000000000000000001010",
  "toAddress": "0x0000000000000000000000000000000000001010",
  "metadata": {
    "integrator": "jumper-exchange"
  },
  "lifiExplorerLink": "https://explorer.li.fi/tx/0xd3ad8fb8798d8440f3a1ec7fd51e102a88e4690f9365fad4eff1a17020376b4a",
  "transactionId": "0x0000000000000000000000000000000000001010"
}

Headers

x-lifi-api-key
string

Authentication header, contact support if you want to get registered.

Query Parameters

txHash
string
required

The transaction hash on the sending chain

bridge
enum<string>

The bridging tool used for the transfer

Available options:
hop,
cbridge,
celercircle,
hyphen,
optimism,
polygon,
arbitrum,
avalanche,
across,
stargate,
gnosis,
omni,
amarok,
lifuel,
celerim,
symbiosis,
thorswap,
squid,
allbridge,
mayan
fromChain
string

The sending chain. Can be the chain id or chain key

toChain
string

The receiving chain. Can be the chain id or chain key

Response

200
application/json

Response of the Status request

The current status of a transfer