Change log
Implemented changes
2024-09-02: added dapp_definition
to /v1/entity/dapp_definitions
containing the actual account address
2024-08-27: moved infrastructure to kubernetes
2024-08-27: new website released
2024-08-26: added new endpoint /v1/transaction/count
2024-06-16: launched listing feature for supply data to CoinGecko and CoinMarketCap
2024-06-14: launched stokenet version of the data service
2024-05-05: purchase function for API plans. Former flatrates will expire on May 15th
2024-02-22: added events to transaction WebSocket
2024-02-09: added balance_changes to account/transactions; added a new endpoint
/v1/entity/list/{entity_type}
2024-01-24: added a new endpoint
/v1/pool/holders/{pool_or_resource}
2024-01-14: added help section and video for ROLA as a Service
2024-01-14: added two new endpoints
/v1/entity/dapp_definitions
/v1/validator/stakers/list
2024-01-07:
/v1/entity/infos/{entity_address}
has been adapted. The endpoint now returns the creation timestamp and the type of the given entity and provides the metadata values decoded.
/v1/transaction/recent/{address_list}
has been added and returns the most recent transactions for each of the given addresses with a maximum of 100 addresses and 1000 transactions each.
2024-01-01: The following endpoints were changed:
/v1/account/transactions/{account}/{limit}
will change to:
/v1/account/transactions/{account_address}?limit={limit}
/v1/network/epoch_duration/{nb_epochs}
will change to:
/v1/network/epoch_durations?epochs={epochs}
/v1/token/{resource}/{limit}
will change to:
/v1/token/holders/{resource_address}?limit={limit}
2024-01-01: The following endpoints seemed to be unused and were removed:
/v1/network/transactions/1_7_30_days
/v1/account/active_total/{nb_days}
/v1/account/active_per_day/{nb_days}
/v1/entity/{entity_type}/total
/v1/validator/30_days_stake
2024-01-01: The following endpoints were added to enable ROLA as a service:
/v1/challenge/create
/v1/challenge/verify
2023-12-19: Added possibility to create a profile and mint a badge
2023-12-03: Terms and Conditions released
Last updated