Query available chain list

Description

  • Method: HTTPS GET

  • Encoding:UTF-8

  • Path:https://api.blockin.ai/v2/chain/chain_list

  • Description:Query available chain list supported by Blockin.

Request Header

Parameter
Required
Type
Description

Content-Type

Y

String

application/json

AccessKey

Y

String

1bdb01c947c54919b64d1fc6794atest

Request Parameters

Parameter
Required
Type
Description

-

-

-

-

Response

Public Response

Parameter
Required
Type
Description

success

Y

Boolean

Success Boolean

data

N

List

Response object

error_code

N

String

Error code

error_msg

N

String

Error message

Response Content

Parameter
Required
Type
Description

chain_name

Y

String

Chain's name

chain_abbr

Y

String

Chain's abbreviation name

logo_url

Y

String

URL of Chain's logo image

chain_id

Y

String

Chain's community id

native_token

Y

String

Chain's native token

wrapped_token_address

Y

String

Chain's wrapped token address

Request Sample

curl -H "Content-Type:application/json" -H "AccessKey:1bdb01c947c54919b64d1fc6794atest" -X GET "https://api.blockin.ai/v2/chain/chain_list"

Successful Response Sample

Failed Response Sample

Last updated