Liquidities

This section give's control and information for the liquidity providers that are working with the system.
Liquidity provider can give quote prices.
Every order created in the system will also be created in the liquidity provider.
Admin logged in - can see,edit and connect to new liquidity providers.
User logged in - don't have access to liquidity providers managment.

get-supported-lp-list

Return a list of supported liquidity providers and their currencies and feerules from the db.

SecurityAuthorization
Request
header Parameters
Authorization
required
string

auth header for JWT

Example: <JWT token>
username
required
string

auth header for username

Example: <username>
Responses
200

Success

401

Unauthorized

403

Forbidden

get/liquidities
Response samples
application/json
{
  • "api_message": "<string>",
  • "api_data": {
    }
}

get-exact-lp-info

Return information about liquidity provider from the db by liquidity_id

SecurityAuthorization
Request
path Parameters
liquidity_id
required
string

liquidity_id path parameter

Example: <liquidity_id>
header Parameters
Authorization
required
string

auth header for JWT

Example: <JWT token>
username
required
string

auth header for username

Example: <username>
Responses
200

Success

401

Unauthorized

403

Forbidden

get/liquidities/{liquidity_id}
Response samples
application/json
{
  • "api_message": "<string>",
  • "api_data": {
    }
}