Skip to content

Caching

Some GET requests are cached by default. Cached responses include the HTTP Cache-Control header indicating how long the response can be cached.

Cache-Control Header

Example header:

cache-control: max-age=60,public
DirectiveDescription
max-ageThe number of seconds the response is considered fresh
publicThe response can be stored by any cache (browser, CDN, proxy)

Public Routes

Endpointmax-age (seconds)
/marketsummary60
/:currencypair/marketsummary10
/currencies60
/pairs60
/:currencyPair/orderbook30
/:currencyPair/orderbook/full30
/:currencyPair/trades30
/ordertypes60
/:currencypair/ordertypes60

Authenticated Routes

Endpointmax-age (seconds)
/marketdata1
/fiat/:currency/banks600
/fiat/:currency/auto-buy60
/portfolio1