Maiar tokens API
Today (2023-12-01) Total API Requests: 372,077
This tool is designed to enable builders, developers and users to extract and showcase various Elrond ecosystem tokens values.
Starting (2021-11-20T01:00:00.000Z) we will be storing price historical data on one minutes interval-basis.
In order to test the API you can use the build-in OpenApi.
This is a license-free API and the developers do not hold any legal liability on how it is used or integrated.
API Call Example
curl -XGET -H
"Content-type: application/json"
'https://maiartokens.com/token-value?fsym=EGLD&tsym=USDC'
API Response
{
"fsym": "WEGLD",
"tsym": "USDC",
"value": 157.0945268946833,
"additionalData": {
"totalLiquidityUsdc": 89349414.41661,
"egldUsdcValue": 157.0945268946833,
"tokenUsdcValue": 157.0945268946833
},
"timestamp": 1649946423
}