Base API
GET
https://api2.chainge.finance/fun/getBalance
Query Parameters
Name
Type
Description
ticker*
String
krc20 ticker
address*
String
User address
{
"code": 0,
"msg": "success",
"data": {
"balance": "574614762",
"hrpBalance": "5.74614762"
}
}
GET
https://api2.chainge.finance/fun/getPrice
Query Parameters
Name
Type
Description
ticker*
String
krc20 ticker
{
"code": 0,
"msg": "success",
"data": {
"price": "0.1146347503953139",
"updateTime": 1737882838,
"source": "chaingedex"
}
}
GET
https://api2.chainge.finance/fun/getKasFee
{
"code": 0,
"msg": "success",
"data": {
"priorityFee": "10000000",
"normalFee": "10000000",
"timeStamp": 1737882952
}
}
Last updated
Was this helpful?