Headers
Authentication header, contact support if you want to get registered.
Query Parameters
The transaction hash on the sending chain, destination chain or lifi step id
The bridging tool used for the transfer
hop
, cbridge
, celercircle
, optimism
, polygon
, arbitrum
, avalanche
, across
, gnosis
, omni
, relay
, celerim
, symbiosis
, thorswap
, squid
, allbridge
, mayan
, debridge
, relay
, chainflip
The sending chain. Can be the chain id or chain key
The receiving chain. Can be the chain id or chain key
Response
Response of the Status request
The current status of a transfer
The transaction on the sending chain
{
"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": ""
},
"gasToken": {
"address": "0x0000000000000000000000000000000000001010",
"symbol": "MATIC",
"decimals": 18,
"chainId": 137,
"name": "MATIC",
"coinKey": "MATIC",
"priceUSD": "0",
"logoURI": ""
},
"chainId": 137,
"gasAmount": "10000",
"gasAmountUSD": "0.0",
"gasPrice": "1000",
"gasUsed": "1000",
"timestamp": 1720545119,
"value": "0"
}
The current status of the transfer. Can be PENDING
, DONE
, NOT_FOUND
or FAILED
NOT_FOUND
, INVALID
, PENDING
, DONE
, FAILED
The tool used for this transfer
The transaction on the receiving chain
{
"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": ""
},
"gasToken": {
"address": "0x0000000000000000000000000000000000001010",
"symbol": "MATIC",
"decimals": 18,
"chainId": 137,
"name": "MATIC",
"coinKey": "MATIC",
"priceUSD": "0",
"logoURI": ""
},
"chainId": 137,
"gasAmount": "10000",
"gasAmountUSD": "0.0",
"gasPrice": "1000",
"gasUsed": "1000",
"timestamp": 1720545119,
"value": "0"
}
An array of fee costs for the transaction
A more specific substatus. This is available for PENDING and DONE statuses. More information can be found here: https://docs.li.fi/more-integration-options/li.fi-api/checking-the-status-of-a-transaction
WAIT_SOURCE_CONFIRMATIONS
, WAIT_DESTINATION_TRANSACTION
, BRIDGE_NOT_AVAILABLE
, CHAIN_NOT_AVAILABLE
, REFUND_IN_PROGRESS
, UNKNOWN_ERROR
, COMPLETED
, PARTIAL
, REFUNDED
A message that describes the substatus
The ID of this transfer (NOT a transaction hash).
The address of the sender.
The address of the receiver.
The link to the LI.FI explorer.
The transaction metadata which includes integrator's string, etc.