Skip to main content
POST
Report the signed transaction for an order
Production, real money. This endpoint runs on live routes: the transaction you build moves real funds the moment the user signs it, and every hash you see is a real one. There is no crypto sandbox. Use a small amount to try it.

Authorizations

Authorization
string
header
required

Your API key, issued by us and shown once at creation.

Path Parameters

id
string
required

The orderId returned by /v1/deposit/transaction.

Example:

"2d1a7b8e-6c1f-4f9a-9a7f-3f0c2e6d8b11"

Body

application/json
txHash
string
required

The hash of the signed source transaction the user submitted.

Pattern: ^0x[0-9a-fA-F]{64}$
Example:

"0x1111111111111111111111111111111111111111111111111111111111111111"

Response

Recorded.