deposit_address on Base, submit the transaction hash. Minisend verifies the transfer covers the order amount and starts the payout.
KES, GHS, and UGX orders only. NGN deposits are detected automatically at the single-use address; calling this on an NGN order returns
409.Endpoint
offramp scope. Orders you don’t own return 404.
Body
The Base transaction in which you sent the order’s USDC amount to
deposit_address. 0x-prefixed 32-byte hex. A hash can pay exactly one order; reusing one returns 409.Example
Response (200)
The full order object withstatus: "settling":
rate, amount_local, and fee now reflect the executed payout at the live rate. From here, track completed via the status endpoint or the offramp.completed webhook.
Submitting the same hash again after acceptance is a safe no-op; you get the current order state back.

