전체 코인 리스트 조회
GET
https://{dashboard-domain}/v1.0/db/app/coin/list
{
"return": 0,
"message": "success",
"value": [
{
"base_coin_id": 1,
"coin_id": 1,
"coin_name": "ONBUFF",
"coin_symbol": "COT_2",
"contract_address": "0xCb674703ac34D97f5ca7Cf7657B7eAC65D947413",
"explore_path": "https://goerli.etherscan.io/address/",
"icon_url": "https://onbufffile.blob.core.windows.net/pub/onit_logo.png",
"daily_limited_acq_exchange_quantity": 10000000,
"exchange_fees": 0.00012,
"is_rechargeable": false
},
{
"base_coin_id": 1,
"coin_id": 2,
"coin_name": "NEWTON",
"coin_symbol": "NEWTON",
"contract_address": "0x3Ae7C1f98BdC1c9224BcF1369fd4201b96429750",
"explore_path": "https://goerli.etherscan.io/address/",
"icon_url": "https://onbufffile.blob.core.windows.net/pub/token_newton_3.png",
"daily_limited_acq_exchange_quantity": 10000000,
"exchange_fees": 0.0014,
"is_rechargeable": false
},
{
"base_coin_id": 1,
"coin_id": 3,
"coin_name": "Poring Token",
"coin_symbol": "ONPMT",
"contract_address": "0xb653eee63b71852d38c79dd379249a999f9d49aa",
"explore_path": "https://goerli.etherscan.io/address/",
"icon_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQgrpIJvT8DfsGUnSaYhILmzDVl_utn4F5kSA&usqp=CAU",
"daily_limited_acq_exchange_quantity": 10000000,
"exchange_fees": 0.0014,
"is_rechargeable": false
},
{
"base_coin_id": 1,
"coin_id": 4,
"coin_name": "Ethereum",
"coin_symbol": "ETH",
"contract_address": "0x00000000000000000000000000000000000000",
"explore_path": "https://goerli.etherscan.io/address/",
"icon_url": "https://onbufffile.blob.core.windows.net/pub/eth_logo.png",
"daily_limited_acq_exchange_quantity": 10000000,
"exchange_fees": 0.0014,
"is_rechargeable": true
},
{
"base_coin_id": 2,
"coin_id": 5,
"coin_name": "Polygon",
"coin_symbol": "MATIC",
"contract_address": "0x00000000000000000000000000000000000000",
"explore_path": "https://mumbai.polygonscan.com/address/",
"icon_url": "https://onbufffile.blob.core.windows.net/pub/polygon_log.jpeg",
"daily_limited_acq_exchange_quantity": 10000000,
"exchange_fees": 0,
"is_rechargeable": true
},
{
"base_coin_id": 1,
"coin_id": 6,
"coin_name": "Polygon-ERC20",
"coin_symbol": "MATIC-ERC20",
"contract_address": "0xFD469d379b4ABB32eB7cF441C6F718C7c12F88bA",
"explore_path": "https://goerli.etherscan.io/address/",
"icon_url": "https://onbufffile.blob.core.windows.net/pub/matic_eth_icon.png",
"daily_limited_acq_exchange_quantity": 10000000,
"exchange_fees": 0,
"is_rechargeable": false
},
{
"base_coin_id": 1,
"coin_id": 9999,
"coin_name": "9999_coin_name",
"coin_symbol": "9999_coin_",
"contract_address": "9999_contract_address",
"explore_path": "",
"icon_url": "9999_icon_path",
"daily_limited_acq_exchange_quantity": 100,
"exchange_fees": 0.5,
"is_rechargeable": false
},
{
"base_coin_id": 1,
"coin_id": 10000,
"coin_name": "10000_coin_name",
"coin_symbol": "10000_coin",
"contract_address": "10000_contract_address",
"explore_path": "",
"icon_url": "10000_icon_path",
"daily_limited_acq_exchange_quantity": 100,
"exchange_fees": 0.5,
"is_rechargeable": false
},
{
"base_coin_id": 1,
"coin_id": 20000,
"coin_name": "inno nft 001",
"coin_symbol": "INNONFT001",
"contract_address": "0xd33441aC243199855D5C3E5f1a9bF1DD8c2E3d41",
"explore_path": "https://goerli.etherscan.io/address/",
"icon_url": "https://onbufffile.blob.core.windows.net/pub/eth_logo.png",
"daily_limited_acq_exchange_quantity": 0,
"exchange_fees": 0,
"is_rechargeable": false
},
{
"base_coin_id": 2,
"coin_id": 20001,
"coin_name": "tuba nft 01",
"coin_symbol": "TUBADEV01",
"contract_address": "0x8B2342D0b8D692e6c50F3abF7C58eD09642054Bf",
"explore_path": "https://mumbai.polygonscan.com/address/",
"icon_url": "https://onbufffile.blob.core.windows.net/pub/polygon_log.jpeg",
"daily_limited_acq_exchange_quantity": 0,
"exchange_fees": 0,
"is_rechargeable": false
}
]
}
curl --location --request GET 'https://{dashboard-domain}v1.0/db/app/coin/list'
key
data type
desc.
coin_id
int64
Coin id
oin_name
string
코인 이름
coin_symbol
string
Coin 심볼
contract_address
string
icon 다운로드 URL
icon_url
string
point id
daily_limited_acq_exchange_quantity
float64
일일 제한 전환 획득량(포인트를 코인으로 전환 시 하루 획득 코인 제한량)
exchange_fees
float64
전환 수수료
is_rechargeable
bool
충전가능여부
return
message
desc.
0
success
성공
19000
Internal DB error
내부 DB 에러
Last updated