Swing Points Program is Live 🚀 Learn More →

Chain

id
string
required
slug
string
required
Example:
ethereum
name
string
required
Example:
Ethereum
logo
string
required
Example:
https://raw.githubusercontent.com/swing-xyz/assets/master/blockchains/ethereum/info/logo.png
type
string
required
Allowed values:
evmibcsolanamultiversxbitcointontronfuelsui
singleChainSwap
boolean
required

Single chain swapping is supported for this chain.

singleChainStaking
boolean
required

Single chain staking is supported for this chain.

crossChainSwap
boolean
required

Cross chain swapping is supported for this chain.

crossChainStaking
boolean
required

Cross chain staking is supported for this chain.

nativeToken
Token
symbol
string
required
Example:
ETH
address
string
required
Example:
0x000000000000000
logo
string
required
Example:
https://raw.githubusercontent.com/swing-xyz/assets/master/blockchains/ethereum/assets/0x0000000000000000000000000000000000000000/logo.png
decimals
number
required
Example:
18
chain
string
required

Chain unique identifier.

Example:
ethereum
price
number or null

Estimated token price in USD (if available).

Example:
420.69
txExplorer
string

URL template to transaction details.

Example:
https://etherscan.io/tx/{txHash}
tokenExplorer
string

URL template to token details.

Example:
https://etherscan.io/tokens/{address}
rpcUrl
string

URL template to RPC endpoint.

Example:
https://eth-mainnet.g.alchemy.com/v2/xxx
Example
preparing...