Currency
This endpoint is designed to provide users with a comprehensive list of currencies available on Ghosty.cash.
GET
/currency
Response
{
"message": "success",
"data": [
{
"name": "BTC",
"param": "BTC",
"network": "BITCOIN",
"img": "https://ghosty.cash/assets/tokens/BTC.png",
"color": "#f6921a",
"maintenance": false,
"newToken": false,
"isStable": false,
"isNative": true
},
{
"name": "WBTC",
"param": "WBTC",
"network": "ETHEREUM",
"img": "https://ghosty.cash/assets/tokens/WBTC.png",
"color": "#44FDFF",
"maintenance": false,
"newToken": false,
"isStable": false,
"isNative": false
},
```,]
"code": 200
}
Last updated