This section give's control and information for tle liquidity currencies that related to respective Liquidity providers.
Return list of all liquidity_currencies and LPs they relate to.
Success
Unauthorized
Forbidden
{- "api_message": "<string>",
- "api_data": {
- "liquidity_currencies": [
- {
- "liquidity": {
- "id": "<string>",
- "name": "kraken",
- "provider_id": "<string>",
- "limit_amount": 100000
}, - "id": "<string>",
- "currency": "<string>",
- "side": "BUY",
- "type": "MARKET",
- "credit": 100000,
- "settlement_interval": 1,
- "priority": 1,
- "enabled": 1,
- "created_at": "<datetime string>",
- "updated_at": "<datetime string>"
}
], - "last_at": "<datetime string>",
- "total_items": 1
}
}
Find and return speceifc liquidity currency and it's LP it related to by liquidity currency id.
Success
Unauthorized
Forbidden
{- "api_message": "<string>",
- "api_data": {
- "liquidity_currency": {
- "liquidity": {
- "id": "<string>",
- "name": "kraken",
- "provider_id": "<string>",
- "limit_amount": 100000
}, - "id": "<string>",
- "currency": "<string>",
- "side": "BUY",
- "type": "MARKET",
- "credit": 100000,
- "settlement_interval": 1,
- "priority": 1,
- "enabled": 1,
- "created_at": "<datetime string>",
- "updated_at": "<datetime string>"
}
}
}