WALLET: Get available ICOs
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/wallet/ico_tokens HTTP/1.1
Host: api.hybrid-chain.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"ico_meta": {
"current_price": 1,
"fiat_fk": 2,
"ico_allow_sending": false,
"ico_id": 1,
"ico_name": "XRR TOKEN",
"ico_product_name": "XRR SPECIAL TOKEN PROJECT",
"ico_symbol": "JRR",
"ico_web_url": "https://example.com"
},
"success": true
}