Arken Finance
Search
⌃K

Arken Price API

Need a current price API for your project? Arken Finance has it for you.
Arken Price API is part of Arken Insider API.
Please refer to Arken API for getting API tokens
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.
Parameters
Path
chainID*
string
Network ID of the blockchain you want to query.
address*
string
Token address you want to get price.
Responses
200: OK
400: Bad Request
bad request, invalid request parameters
500: Internal Server Error
internal server error
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.
Parameters
Path
chainID*
string
Network ID of the blockchain you want to query.
Query
addresses*
string
Alternatively pass one or more comma-separated token addresses.
Responses
200: OK
400: Bad Request
bad request, invalid request parameters
500: Internal Server Error
internal server error