Skip to main content
POST
Open a Hedge

Authorizations

Authorization
string
header
required

Partner API key: mk_live_... (production) or mk_test_... (sandbox).

Body

application/json
market
string
required

e.g. USDTNGN

side
string
required

buy | sell

notional_usd
number
required
tenor_days
enum<integer>
required

Settlement tenor in days. Allowed: 1, 3, or 7.

Available options:
1,
3,
7
client_reference
string | null

Your own deal id, echoed back on reads. Required for API-key (server) callers.

Response

Successful Response

data
HedgeOpenResult · object | null
error
ErrorObject · object | null
meta
Meta · object