GET
/
contracts
/
{platform_id}
/
{contract_address}
/
historical
CLI
curl --request GET \
--url 'https://api.coinpaprika.com/v1/contracts/eth-ethereum/0xd26114cd6ee289accf82350c8d8487fedb8a0c07/historical?start=2019-01-01&interval=1d'
This response does not have an example.

Path Parameters

platform_id
string
required
Example:

"eth_ethereum"

contract_address
string
required
Example:

"0xd26114cd6ee289accf82350c8d8487fedb8a0c07"

Query Parameters

start
string
required

start point for historical data

Supported formats:

  • RFC3999 (ISO-8601) eg. 2018-02-15T05:15:00Z
  • Simple date (yyyy-mm-dd) eg. 2018-02-15
  • Unix timestamp (in seconds) eg. 1518671700
end
string
default:NOW

end point for historical data

Supported formats:

  • RFC3999 (ISO-8601) eg. 2018-02-15T05:15:00Z
  • Simple date (yyyy-mm-dd) eg. 2018-02-15
  • Unix timestamp (in seconds) eg. 1518671700
limit
integer
default:1000

limit of result rows (max 5000)

quote
string
default:usd

returned data quote (available values: usd btc)

interval
string
default:5m

returned points interval (available values: 5m 10m 15m 30m 45m 1h 2h 3h 6h 12h 24h 1d 7d 14d 30d 90d 365d)

Response

200

successful operation