Get Global Config

Swap's global configuration information.

get
Authorizations
Responses
200
Default Response
application/json
get
GET /v1/brc20-swap/config HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer JWT
Accept: */*
200

Default Response

{
  "code": 1,
  "msg": "text",
  "data": {
    "moduleId": "text",
    "serviceGasTick": "text",
    "pendingDepositDirectNum": 1,
    "pendingDepositMatchingNum": 1
  }
}

Last updated