Chain

The Chain API allows you to easily get chain information.

Get chain information

Method

get

Path

/v1/chain

Parameters

Returns

Object - An object with following fields:

  • id : string - The chain's id.

  • community_id : integer - The community-identified id.

  • name : string - The chain's name.

  • logo_url : string URL of the chain's logo image. null if not available.

  • native_token_id : string - The native token's id.

  • wrapped_token_id: string - Wrapped version (ERC-20) of the native token.

  • is_support_pre_exec: boolean - Whether or not the chain support pre exec tx api, for more info.

Request

Result

Get supported chain list

Method

get

Path

/v1/chain/list

Parameters

none

Returns

Array of Object - An object with following fields:

  • id : string - The chain's id.

  • community_id : integer - The community-identified id.

  • name : string - The chain's name.

  • logo_url : string URL of the chain's logo image. null if not available.

  • native_token_id : string - The native token's id.

  • wrapped_token_id: string - The address of the native token.

  • is_support_pre_exec: boolean - Whether or not the chain support pre exec tx api, for more info.

Request

Result

Last updated