get-prices
Http verb - GET
Parameters
assetId - string - Quote asset ID
Result
{
"StatusCode": 0,
"Data": [
{
"Base": "btc",
"BaseSymbol": "BTC",
"Quote": "gel",
"QuoteSymbol": "GEL",
"Price": 67993.0,
"BuyPrice": 65953.0,
"SellPrice": 71393.0
},
{
"Base": "eth",
"BaseSymbol": "ETH",
"Quote": "gel",
"QuoteSymbol": "GEL",
"Price": 2.84,
"BuyPrice": 2.76,
"SellPrice": 2.99
}
],
"Message": null
}
Response Description
Base - string - Unique name of base asset
BaseSymbol - string - Unique symbol of asset
Quote - string - Unique name of quote asset
QuoteSymbol - string - Unique symbol of quote asset
Price - decimal - base price
BuyPrice - decimal - Price you will receive when you sell
SellPrice - decimal - Price you will pay to buy
Example
api/v2/assets/prices/?assetId=gel