Skip to main content
GET
https://api.aisa.one/apis/v1
/
coingecko
/
coins
/
{id}
/
history
Coin Historical Data
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/coins/{id}/history \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

CoinGecko coin ID (e.g., bitcoin, ethereum). Get the list via /coins/list.

Query Parameters

date
string
required

Date in dd-mm-yyyy format.

localization
boolean
default:true

Response

200

Snapshot object for the given date.