Releases
Find a ledger of our releases and updates as well future deployments.
Beta Release: 2.5 March22nd, 10AM GMT time, 2023
- Arkhia Teams
- You can now invite other arkhia members to collaborate on projects that you have created
- Each member would have a role assigned to them, either admin or member
- Members have access to the project URLs and API Keys. However, they can not edit project settings
- Admin role allows a user to view project details as well as edit project settings
- Persistent login
- You have the option to check the
Remember me
checkbox at the time of login- This will keep you logged in for a duration of three days
- Minor UI updates
Beta Release: 2.4 March15th, 10AM GMT time, 2023
- REST & Json-RPC Relay API Url change
- In order to improve our services the URLs for REST/JSON-RPC Apis have changed for all tiers.
- You can find your new Urls under the Projects section.
![]()
- We will keep the old legacy URLs till April 15th 2023.
- Please Contact Us for any concerns
Beta Release: 2.3 Feb27th, 10AM GMT time, 2023
- Mirror node upgrade to 0.75.0
- Minor bugs fixes
- Improved backend logging
Beta Release: 2.2 Feb22nd, 10AM GMT time, 2023
- Small UI Fixes
- Watchtower persistent sessions enhancement
- Json-RPC Upgrade to v0.17.1
Beta Release: 2.1 Feb17th, 10AM GMT time, 2023
- Minor bugs fixes
- Request limit email notification toggle added in the user settings
Beta Release: 2.0 Feb06th, 10AM GMT time, 2023
- View Open/Closed Support ticket
- User Billing can insert address details
- Minor UI enhancements
Beta Release: 1.9 Jan23rd, 10AM GMT time, 2023
- Stats Granular Analytics
- See up to 1 hour stats in 24 and 72 hour filters in the Stats page.
- Watchtower Streaming API soft release
- Watchtower Analytics
- Automated Email notifications for usage above 80% and limit hit
- Ecosystem tier changed to Growth with tailored setup
- Starter pricing price reduction to 60$ USD
Beta Release: 1.8 Jan11th, 10AM GMT time, 2023
- User Metadata under profile
- Remove Enterprise Subscription
- Landing page Account usage
- Workbench improvements
- Autoscale UI enhancements
- Banner URL notice after tier upgrade
- Json-RPC Upgrade to v0.15
Mirror Node Upgrade Jan 10th, 10AM GMT time, 2023
- Mirror node upgrade to 0.71.0
- Account and token balances in the Rest API will reflect real time balance information
Beta Release: 1.7 Jan3th, 10AM GMT time, 2023
- Yearly Subscription
- Subscribe now for a whole year with a 10% discount.
Beta Release: 1.6 Dec14th, 10AM GMT time, 2022
- Arkhia Workbench
- Friendly in-dashboard tool to help developers navigate our APIS and visualize the available datasets
- Stay tuned for more info!
- Status Page
- Page with realtime feedback/uptime of our APIS and Platforms
Mirror Node Upgrade Dec 12th, 10AM GMT time, 2022 (coming soon)
- Mirror node upgrade to 0.69.1
Beta Release: 1.5 Dec 6th, 10AM GMT time, 2022 (coming soon)
- JSON-RPC Relay Key added in path
- For easier integration with frameworks.
- Legacy ?x_api_key method is still kept but it will be removed in further releases
- View here for examples.
- Statistics Upgrade
- Enhanced time filters and Rest-API / Json relay separation
- Project Api Key Regeneration
- Ability to regenerate your api key if has been compromised or shared.
- Separate Mainnet & Testnet Ping check
Beta Release: 1.4 Nov 24th, 10AM GMT time, 2022
- Performant/Historical Testnet
- To better serve our users, we have 2 versions of testnet (Performant and Historical) per project
- Performant testnet will set by default for all our users
- Find more info and how to switch between the two under Mainnet/Testnet
- JSON-RPC Relay Upgrade to v0.11
Beta Release: 1.3 Nov 22nd, 10AM GMT time, 2022
- 2FA
- Protect your Arkhia account with 2 Factor Authentication
- More info @Best Practices
- Payment Settings Upgrade
- View your Purchase History
- Invoices
- Add/Remove Cards
Beta Release: 1.2 October 31st, 10AM GMT time, 2022
- Billing cycle augmented
- 1st billing of the month cycle
- Further Billing information/settings added
Mirror Node Upgrade: October 28th, 10AM GMT time, 2022
- Mirror node upgrade to 0.66.4
Mirror Node Upgrade October 26th, 10AM GMT time, 2022
- Mirror node upgrade to 0.65
Beta Release: 1.1 October 10th, 3pm GMT time, 2022
- Json-RPC Relay Service 0.7 integrated into our authenticated scalable service
- Understand better how to use it under our code example section
- Stats/Dashboard reflecting Json-RPC usage
- REST Api Response Schema change from response wrapper to the original Mirror Node response.
note
A code change is needed on the account side if you're using the REST API.
Find a code example below.- 1.0 Version
- 1.1 Version >= October 10th)
// Rest API Response example (all Requests){"status": true,"response": { "tokens": [ { "admin_key": null, "symbol": "TacoCat", "token_id": "0.0.128411", "type": "FUNGIBLE_COMMON" } ]}
// Response example for all valid requests.{ "tokens": [ { "admin_key": null, "symbol": "TacoCat", "token_id": "0.0.128411", "type": "FUNGIBLE_COMMON" } ]}// Response example for invalid requests through Arkhia middleware // Such as unauthorised, call limit reached or wrong subscription.{ "status": false, "response": "Unauthorised"}
Beta Release: 1.0 September 8th, 2022
- Health Ping widget added at the header
- Create/Manage Projects more visible and manageable throughout the application
- gRPC endpoint