Skip to content

getStablecoinsForChain()

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / getStablecoinsForChain

getStablecoinsForChain(chain): Asset[]

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:9463

Get all supported stablecoins for a chain

ChainId

Target chain

Asset[]

Array of available stablecoin assets

const ethStables = getStablecoinsForChain('ethereum')
// [USDC, USDT, DAI, BUSD, FRAX, LUSD, PYUSD]