About this project
it-programming / web-development
Open
Category IT & Programming
Subcategory Web development
What is the scope of the project? Medium-sized change
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
API Integrations Cloud Storage (Dropbox, Google Drive, etc.), Other (Other APIs)
Roles needed Other
Other roles needed Olá, tenho uma planilha no Google e gostaria de atualizar uma tabela dela via API, ou seja:
Preciso saber o preço de uma moeda específica via API.
A Api que será usada será: https://nodecheck.io/site/api
Api:
Obtain coin statistics: https://nodecheck.io/api/coinstats
REQUEST:
{
"access-token":"your-api-token-here",
"ticker":"DASH"
}
RESPONSE:
{
"success": true,
"message": {
"DASH": {
"semantic_version": "0.12.3.3",
"last_block": 982197,
"block_age": 446554,
"statuses": {
"ENABLED": 4898,
"SENTINEL_PING_EXPIRED": 11,
"NEW_START_REQUIRED": 46,
"UPDATE_REQUIRED": 60,
"PRE_ENABLED": 1,
"POSE_BAN": 1
},
"usd_price": 111.50325810328,
"btc_price": "0.02107716",
"change_24h": -2.42056,
"roi": 6.77475551,
"collateral": 1000,
"payout_sum_daily": "909.11649250",
"payout_count_daily": 543,
"payout_period": 779350.464,
"daily_income": {
"coin": 0.1856,
"btc": "0.00391213",
"usd": 20.6961
}
}
}
}
--------------
No caso preciso do retorno daily_income coin da determinada moeda em uma célula no excel, nesse caso está sendo o Dash.
Qualquer dúvida estou a disposição
**SEGUE EM ANEXO UMA IMAGEM EXPLICANDO MELHOR**
** A API está em JSON, acredito eu que será necessário a instalação de um script no Google Planilhas, no Script.gs, porém não consegui fazer isso, consegui algumas informações no Google**
Delivery term: March 14, 2019
Skills needed