Comment on page
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
get
https://public-api.arken.finance
/insider/v1/chains
Return supported chains list
get
https://public-api.arken.finance
/insider/v1/{chainID}/healthcheck
API health check
get
https://public-api.arken.finance
/insider/v1/{chainID}/block
Return current block number and timestamp of given chain
get
https://public-api.arken.finance
/insider/v1/{chainID}/tokens
Return a list of tokens information from given token addresses
get
https://public-api.arken.finance
/insider/v1/{chainID}/tokens/{address}
Return an information of given token address
get
https://public-api.arken.finance
/insider/v1/{chainID}/tokens/stats
Returns price statistics for one or more cryptocurrencies. Stats are returned for an 24h period by default.
get
https://public-api.arken.finance
/insider/v1/{chainID}/tokens/price/{address}
Return a cryptocurrency mid-price($). Mid Price for each token is calculated based on the latest total liquidity of all supported dex in the network and quotation by $USD.
get
https://public-api.arken.finance
/insider/v1/{chainID}/tokens/price
Returns a map(object) of mid-prices($) for one or more cryptocurrencies in list. Mid Price for each token is calculated based on the latest total liquidity of all supported dex in the network and quotation by $USD.
get
https://public-api.arken.finance
/insider/v1/{chainID}/tokens/liquidity/{address}
Return an information of liquidity and TVL for a cryptocurrency. Information for each token is calculated based on the latest total liquidity of all supported dex in the network.
get
https://public-api.arken.finance
/insider/v1/{chainID}/tokens/liquidity
Return a list of information of liquidity and TVL for cryptocurrencies. Information for each token is calculated based on the latest total liquidity of all supported dex in the network.
Last modified 7mo ago