Liquid API
Search…
Liquid API
Introduction
Version History
Rate Limiting
Authentication
Response Data
Errors
Pagination
Public Rest API
Product Data
Loan Book
Fees
Private REST API
Get Orders
Create Orders
Edit Orders
Cancel Orders
Executions
Transactions
Trading
Fiat
Crypto
Loans
Fee Tier
Accounts
Websocket (Liquid Tap)
Introduction
Authentication
Public Channels
Private Channels
Ping Pong
OAuth
OAuth
Powered By
GitBook
Errors
Due to legacy reasons, there are 2 type of error responses:
Message
The message will be in the requester default language. For public api, please request with HTTP_ACCEPT_LANGUAGE header set to your preferred language.
1
{
2
"message"
:
"missing parameters"
3
}
Copied!
Code
Code with the following structure will be returned
{ “errors”: {“object”: [“errors list”]} }
1
{
2
"errors"
:
{
"user"
:
[
"not_enough_fund"
]}
3
}
Copied!
Previous
Response Data
Next
Pagination
Last modified
1yr ago
Copy link
Contents
Message
Code