CoinGecko

Api for CoinGecko

Tickers

GET https://api-core.caviarnine.com/v1.0/cg/tickers

The /tickers endpoint provides 24-hour pricing and volume information on each market pair available on CaviarNine.

Pairs

GET https://api-core.caviarnine.com/v1.0/cg/pairs

The /tickers endpoint returns active pairs and components on CaviarNine

Order Book

GET https://api-core.caviarnine.com/v1.0/cg/orderbook

Returns the orderbook to a particular depth for a pair of resources.

eg https://api-core.caviarnine.com/v1.0/cg/orderbook?ticker_id=resource_rdx1tkk83magp3gjyxrpskfsqwkg4g949rmcjee4tu2xmw93ltw2cz94sq-resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd&depth=100

Path Parameters

NameTypeDescription

ticker_id*

String

<resource1> - <resource2>

depth

String

50

Last updated