Liquidity
Get liquidity returns the total liquidity for a crypto pair on an exchange.
Get Liquidity
GET
https://api.abyiss.com/v2/analytics/liquidity/{exchange}/{market}
Returns an object containing the total liquidity for a crypto pair on an exchange.
Path Parameters
Name
Type
Description
exchange*
string
Unique exchange identifier used by Abyiss.
market*
string
Unique Crypto Pair identifier used by the exchange.
Query Parameters
Name
Type
Description
apiKey*
string
Your Abyiss API Key
Copy & Paste Code
Response Object
Example URL: https://api.abyiss.com/v2/analytics/liquidity/coinbasepro/btc-usd?apiKey=
Response Attributes
Attribute Name
Data Type
Description
exchange
string
The exchange id.
market
string
The crypto pair.
nonce
integer
The serial unique identifier of the order book on the exchange.
liquidity
integer
The total liquidity for a crypto market pair.
Last updated