/track - Request the status of a swap
Last updated
Last updated
The /track
endpoint provides real-time status information for a specific transaction. It is particularly useful for tracking the progress and details of swaps, transfers, and other operations. To use this endpoint, you must provide the chain ID and transaction hash. For a complete list of chain IDs used by DoritoKit you can .
Method: POST
URL: https://crunchy.dorito.club/api/track
hash
string
Transaction hash (required)
chainId
string
Chain ID of the transaction (required)
The response contains detailed information about the transaction status, type, and associated metadata.
status
string
The status of a transaction (Running or Completed.)