Arken Insider API

Arken Insider API contains a set of APIs about token price, 24-hour stats and token trading volume.

API Endpoint: https://public-api.arken.finance

Please refer to Arken API for getting API tokens

Chains

Return supported chains list

get
Responses
curl -L \
  --url 'https://public-api.arken.finance/insider/v1/chains'
{
  "chains": [
    [
      {
        "chainType": "ethereum",
        "chainID": 1
      },
      {
        "chainType": "arbitrum",
        "chainID": 42161
      },
      {
        "chainType": "bsc",
        "chainID": 56
      },
      {
        "chainType": "polygon",
        "chainID": 137
      },
      {
        "chainType": "avalanche",
        "chainID": 43114
      },
      {
        "chainType": "rei",
        "chainID": 55555
      }
    ]
  ]
}

Health Check

API health check

get
Authorizations
Path parameters
chainIDstringrequired

Network ID of the blockchain you want to query.

Example: 42161
Responses
curl -L \
  --url 'https://public-api.arken.finance/insider/v1/{chainID}/healthcheck' \
  --header 'X-API-Username: YOUR_API_KEY'

No body

Tokens

Information

Stats 24 Hour

Price

Liquidity Information

Last updated

Was this helpful?