Skip to main content
POST
Submit a Near Intents deposit transaction
Submits a notification that a manual deposit has been made. This helps speed up deposit detection for chains where Hypermid cannot automatically monitor for incoming transactions.
depositId
string
required
The deposit ID returned from the /v1/execute endpoint.
txHash
string
The transaction hash of the deposit on the source chain. Optional but recommended for faster processing.
Submitting the deposit notification is optional — Hypermid monitors deposit addresses automatically. However, calling this endpoint can reduce processing time, especially for chains with longer confirmation times.

Authorizations

X-API-Key
string
header
required

Partner API key. Optional for public endpoints, required for /v1/partner/*.

Body

application/json
txHash
string
required

On-chain transaction hash of the deposit

depositAddress
string
required

The deposit address returned by POST /v1/execute

Response

Deposit submitted

data
object
required

Response payload (null on error)

error
object | null
required
meta
object
required