- Introduction
- Celenium API
- Address
- Get addresses
- Get count of addresses in network
- Get address info
- Get blobs pushed by address
- Get delegations made by address
- Get grants where address is grantee
- Get grants made by address
- Get address messages
- Get redelegations made by address
- Get address stats
- Get address transactions
- Get undelegations made by address
- Get vesting for address
- Namespace
- List all blobs with filters
- Get namespace blob by commitment on height
- Get blob metadata by commitment on height
- Get namespaces
- Get namespace info
- Get namespace info by id and version
- Get blob metadata for namespace
- Get namespace messages by id and version
- List rollups using the namespace
- Get namespace info by base64
- Get namespace blobs on height
- Block
- General
- Gas
- Rollup
- Search
- Stats
- Get histogram for namespace with precomputed statsGET
- Get namespaces with sorting by size.GET
- Get current TIA priceGET
- Get histogram with TIA priceGET
- Get histogram with precomputed statsGET
- Get cumulative histogram with precomputed statsGET
- Get histogram for staking with precomputed statsGET
- Get value by table and functionGET
- Get tpsGET
- Transactions
- Validator
- Vesting
- Websocket
Get current TIA price
Deprecated
Mainnet
Mainnet
GET
https://api-mainnet.celenium.io/v1/stats/price/current
stats
Last modified:2025-03-10 10:29:47
Request
Authorization
Add parameter in header
apiKey
Example:
apiKey: ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-mainnet.celenium.io/v1/stats/price/current' \
--header 'apiKey;'
Responses
🟢200OK
application/json
Body
close
string <string>
optional
Example:
0.17632
high
string <string>
optional
Example:
0.17632
low
string <string>
optional
Example:
0.17632
open
string <string>
optional
Example:
0.17632
time
string <date-time>
optional
Example:
2023-07-04T03:10:57+00:00
Example
{
"close": "0.17632",
"high": "0.17632",
"low": "0.17632",
"open": "0.17632",
"time": "2023-07-04T03:10:57+00:00"
}
🟠400Bad Request
🔴500Internal Server Error
Modified at 2025-03-10 10:29:47