Maxbit API documentation
  1. Maxbit
Maxbit API documentation
  • Maxbit
    • Maxbit Orderbook websocket
    • Get User Balance
      GET
    • Get Deposit Address
      GET
    • Symbol Price Ticker
      GET
    • Get All Asset And Network
      GET
    • New Order
      POST
    • Query Order
      GET
    • Cancel Order
      PUT
    • Cancel all Open Orders on a Symbol
      PUT
    • All Orders
      GET
    • System Status
      GET
    • Account API Trading Status
      GET
    • Get Crypto Deposit History
      GET
    • Get Crypto Withdraw History
      GET
    • Get Fiat Transactions
      GET
    • Get User Banks
      GET
    • Fiat Withdrawal (Advanced)
      POST
    • Get Trading pair
      GET
    • Get Pair Settings
      GET
    • Trading Fee
      GET
  1. Maxbit

Get Pair Settings

GET
/api/v3/ticker/settings

Request

Query Params
pair
string 
required
Trading symbol, e.g. BTC_THB, BTC_USDT
Example:
BTC_THB
timestamp
string 
required
Example:
{{timestamp}}
signature
string 
required
Example:
{{signature}}
Header Params
X-MBX-APIKEY
string 
required
Example:
{{maxbit-api-key}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://endpoint-gateway.maxbit.com/api/v3/ticker/settings?pair=BTC_THB&timestamp={{timestamp}}&signature={{signature}}' \
--header 'X-MBX-APIKEY: {{maxbit-api-key}}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{
    "buyPriceDeviationBlocked": "81",
    "sellPriceDeviationBlocked": "81",
    "buyMaxAmount": "1000",
    "buyMinAmount": "0.0001",
    "sellMaxAmount": "1000",
    "sellMinOrderSide": "0",
    "buySlippage": {
        "slippageOne": "0",
        "slippageTwo": "0.25",
        "slippageThree": "0.75",
        "slippageFour": "1",
        "defaultSlippage": "0.75"
    },
    "sellSlippage": {
        "slippageOne": "0",
        "slippageTwo": "0.25",
        "slippageThree": "0.75",
        "slippageFour": "1",
        "defaultSlippage": "1"
    },
    "maxAmountDecimals": "4",
    "maxDecimals": "2"
}
Modified at 2024-08-09 11:13:52
Previous
Get Trading pair
Next
Trading Fee
Built with