Market maker programmeAPI reference
Your account and limits
First call to make. Confirms the key works and reports the policy in force, including the clientOrderId prefix you must use.
GET
/accountAuthorizationBearer <token>
Authorization: Bearer mm_ak_.. The part before the dot is a public handle, safe to log. The part after is the secret.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/account"{ "ok": true, "data": { "name": "string", "slug": "string", "partyId": "string", "status": "ACTIVE", "feeExempt": true, "clientOrderIdPrefix": "acme-", "limits": { "allowedPairs": [ "string" ], "maxOpenOrders": 0, "ordersPerMinute": 0 } }}Need help
Write to support@wolfedgelabs.com and include your party ID.