Macroeconomic Layer API (Sandbox)

ShippingPrice

object
* Additional properties are NOT allowed.
commodityIDinteger(int32)
commodityNameEnstring
commodityNameArstring
forDatestring(date-time)
pricenumber(double)
Example

ConsumerGoodPriceHistoryResponse

object

Price history for a single material.

* Additional properties are NOT allowed.
materialIDinteger(int32)
materialNameArstring
materialNameEnstring
pricesarray[object]

A single date-price observation in a history series.

* Additional properties are NOT allowed.
Show Child Parameters
Example

ConsumerGoodPriceEntry

object

A single date-price observation in a history series.

* Additional properties are NOT allowed.
forDatestring

Observation date (yyyy-MM-dd).

pricenumber(double)
Example

ApiV1Response

object

Standardized successful API response wrapper for v1.0.0 endpoints.

* Additional properties are NOT allowed.
successboolean

Always true for successful responses.

apiVersionstring

Semantic API version (e.g., “1.0.0”).

timestampstring(date-time)

UTC timestamp when the response was generated.

requestIdstring

Unique request identifier for tracing.

data

The response payload.

metaobject

Pagination and metadata information for collection responses.

* Additional properties are NOT allowed.
Show Child Parameters
rateLimitobject

Rate limit information returned with each response.

* Additional properties are NOT allowed.
Show Child Parameters
Example

ApiV1RateLimit

object

Rate limit information returned with each response.

* Additional properties are NOT allowed.
limitinteger(int32)

Total request quota for the current window.

remaininginteger(int32)

Remaining requests in the current window.

resetstring(date-time)

UTC timestamp when the rate limit window resets.

Example