Skip to main content

v1/chains/status/ REST API Endpoint - Gold Rush Wallet API

Loading...

Updated on
May 12, 2025

v1/chains/status/ REST API Endpoint - Gold Rush Wallet API

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
updated_at
string
Loading...
items
array
Loading...
name
string
Loading...
chain_id
string
Loading...
is_testnet
boolean
Loading...
priority_label
string
Loading...
logo_url
string
Loading...
black_logo_url
string
Loading...
white_logo_url
string
Loading...
color_theme
object
Loading...
red
integer
Loading...
green
integer
Loading...
blue
integer
Loading...
alpha
integer
Loading...
hex
string
Loading...
css_rgb
string
Loading...
appchain_of
string
Loading...
synced_block_height
integer
Loading...
synced_blocked_signed_at
string
Loading...
has_data
boolean
Loading...
pagination
object
Loading...
has_more
boolean
Loading...
page_number
integer
Loading...
page_size
integer
Loading...
total_count
integer
Loading...
error
boolean
Loading...
error_message
string
Loading...
error_code
string
Loading...
Request
1
curl -X POST "https://docs-demo.nova-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "v1/chains/status/",
6
"params": [],
7
"id": 1
8
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free