Skip to main content
GET
/
updates
Updates
curl --request GET \
  --url https://api.amberdata.com/arc/updates \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "metadata": {
      "next": null
    },
    "data": {
      "updateType": "instruments",
      "updates": [
        {
          "arcInstrumentId": "AMB:GRA000000002_AMB:USD000000335",
          "arcInstrument": "grass_usdt",
          "baseAssetSymbol": "grass",
          "nativeInstrument": "GRASSUSDT",
          "exchange": "bitget",
          "assetName": "Grass",
          "assetArcId": "AMB:GRA000000002",
          "quoteArcId": "AMB:USD000000335",
          "instrumentType": "spot"
        },
        {
          "arcInstrumentId": "AMB:GRA000000002_AMB:USD000000335",
          "arcInstrument": "grass_usdt",
          "baseAssetSymbol": "grass",
          "nativeInstrument": "GRASSUSDT",
          "exchange": "bybit",
          "assetName": "Grass",
          "assetArcId": "AMB:GRA000000002",
          "quoteArcId": "AMB:USD000000335",
          "instrumentType": "spot"
        },
        {
          "arcInstrumentId": "AMB:GRA000000002_AMB:USD000000335",
          "arcInstrument": "grass_usdt",
          "baseAssetSymbol": "grass",
          "nativeInstrument": "GRASS/USDT",
          "exchange": "huobi",
          "assetName": "Grass",
          "assetArcId": "AMB:GRA000000002",
          "quoteArcId": "AMB:USD000000335",
          "instrumentType": "spot"
        },
        {
          "arcInstrumentId": "AMB:GRA000000002_AMB:USD000000335",
          "arcInstrument": "grass_usdt",
          "baseAssetSymbol": "grass",
          "nativeInstrument": "GRASSUSDT",
          "exchange": "mexc",
          "assetName": "Grass",
          "assetArcId": "AMB:GRA000000002",
          "quoteArcId": "AMB:USD000000335",
          "instrumentType": "spot"
        },
        {
          "arcInstrumentId": "AMB:GRA000000002_AMB:USD000000335",
          "arcInstrument": "grass_usdt",
          "baseAssetSymbol": "grass",
          "nativeInstrument": "GRASS_USDT",
          "exchange": "poloniex",
          "assetName": "Grass",
          "assetArcId": "AMB:GRA000000002",
          "quoteArcId": "AMB:USD000000335",
          "instrumentType": "spot"
        }
      ]
    }
  }
}

Authorizations

x-api-key
string
header
default:API_KEY
required

Query Parameters

groupBy
enum<string>
default:assets
Available options:
assets,
instruments
timeFormat
enum<string>

Represent timestamps in epoch milliseconds or human readable ISO format.

Available options:
iso8601
updatesSince
enum<string>

Look back cutoff for updates made to the ARC dataset, represented in ISO format.

P1D represents 24 hrs (1 day) and P7D represents 7 days.

Available options:
P1D,
P7D

Response

200 - application/json

200

status
integer
default:0
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object