Skip to main content
GET
/
prices
/
spot
/
instruments
/
information
Pair Information
curl --request GET \
  --url https://api.amberdata.com/markets/prices/spot/instruments/information \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": [
    {
      "arcInstrumentId": "AMB:CAT000000002_AMB:USD000000335",
      "assetName": "Catino",
      "assetSymbol": "catino",
      "exchange": "gdax",
      "instrument": "btc_usd",
      "startDate": "2020-09-11T20:41:00.000Z",
      "endDate": "2024-09-11T20:41:00.000Z"
    }
  ]
}

Authorizations

x-api-key
string
header
default:API_KEY
required

Query Parameters

instrument
string
default:btc_usdc

The specific instrument pair to isolate. [Examples] btc_usdc | eth_usdt

timeFormat
string
default:hr

Time format of timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200 - application/json

Successful request

status
integer
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object[]