Skip to content

getStablecoinsForChain()

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / getStablecoinsForChain

getStablecoinsForChain(chain): Asset[]

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:6251

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]