Skip to main content
GET
Transfer status

Query Parameters

toChain
string
fromChain
string
bridge
string
depositMemo
string
depositAddress
string
txHash
string

Response

200 - application/json
transactionId
string
required

Transfer identifier (the Warp messageId). Stable across both legs.

tool
string
required

Bridging tool — always hypermid.

Example:

"hypermid"

status
enum<string>
required

Top-level status. Poll until DONE or FAILED.

Available options:
NOT_FOUND,
INVALID,
PENDING,
DONE,
FAILED
substatus
object | null

Finer-grained status, using the standard aggregator substatus vocabulary.

substatusMessage
object | null

Human-readable explanation.

fromAddress
object | null

Sender (source) address.

toAddress
object | null

Recipient (destination) address.

sending
object | null

Source-chain leg. Absent until the source tx is indexed.

receiving
object | null

Destination-chain leg. Absent until the dest tx is mined (DONE/REFUNDED).

metadata
object

Integrator metadata.

Example: