Current Price
Get current price returns the real-time price of a crypto pair.
Last updated
Get current price returns the real-time price of a crypto pair.
Last updated
GET
https://api.abyiss.com/v1/{exchange}/{market}/currentprice
Returns an object with the real-time price of a crypto pair.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Example URL: https://api.abyiss.com/v1/coinbasepro/BTC-USD/currentprice?apiKey=
Attribute Name | Data Type | Description |
---|---|---|
exchange*
sring
Unique exchange identifier used by Abyiss.
market*
string
Unique Crypto Pair identifier used by the exchange.
apiKey*
string
Your Abyiss API Key
exchange
string
Unique identifier used by Abyiss for the exchange.
market
string
Unique identifier used by the exchange for ticker.
timestamp
string
Unix timestamp of the current price.
price
float
The latest price of the crypto asset.