Skip to main content
GET
/
trade
/
public
/
tickers
/
{pair}
Public - Ticker By Pair
curl --request GET \
  --url https://api.ripio.com/trade/public/tickers/{pair}
{
  "data": {
    "ask": 95629,
    "base_code": "BTC",
    "base_id": "9A5E2EF4-9547-418A-8EC6-C6EADBB8B32F",
    "bid": 94171,
    "date": "2022-11-11T01:31:35.820Z",
    "first": 98444,
    "high": 98444,
    "is_frozen": false,
    "last": 94311,
    "low": 85034,
    "pair": "BTC_BRL",
    "price_change_percent_24h": "-12",
    "quote_id": "48898138-8623-4555-9468-B1A1505A9352",
    "quote_code": "BRL",
    "quote_volume": 150.1,
    "trades_quantity": 1199,
    "volume": 27.26776846
  },
  "error_code": null,
  "message": null
}

Path Parameters

pair
string
required

This property was not properly documented

Response

200 - application/json

Ok

data
object
required
Example:
{
"ask": 95629,
"base_code": "BTC",
"base_id": "9A5E2EF4-9547-418A-8EC6-C6EADBB8B32F",
"bid": 94171,
"date": "2022-11-11T01:31:35.820Z",
"first": 98444,
"high": 98444,
"is_frozen": false,
"last": 94311,
"low": 85034,
"pair": "BTC_BRL",
"price_change_percent_24h": "-12",
"quote_id": "48898138-8623-4555-9468-B1A1505A9352",
"quote_code": "BRL",
"quote_volume": 150.1,
"trades_quantity": 1199,
"volume": 27.26776846
}
error_code
number
required
Example:

null

message
string
required
Example:

null