From 14a18d659f837db09144d742ec70323d1a86ef2b Mon Sep 17 00:00:00 2001 From: Blasco <37955180+blascokoa@users.noreply.github.com> Date: Sat, 26 Jan 2019 08:41:56 +0100 Subject: [PATCH] Update api reference --- bitmax-api-doc-v1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitmax-api-doc-v1.0.md b/bitmax-api-doc-v1.0.md index f35152d..da403a5 100644 --- a/bitmax-api-doc-v1.0.md +++ b/bitmax-api-doc-v1.0.md @@ -32,7 +32,7 @@ The API returns a List of object, each contains a list of asset property fields: "assetName": "Ethereum", "withdrawalFee": 0.0001, "minWithdrawalAmt": 0.1, - "statusCode": "Normal" // enum: Normal, NotTrading + "statusCode": "Normal" // enum: Normal, NoTransaction }, ... ]