getStablecoinsForChain()
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / getStablecoinsForChain
Function: getStablecoinsForChain()
Section titled “Function: getStablecoinsForChain()”getStablecoinsForChain(
chain):Asset[]
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:6251
Get all supported stablecoins for a chain
Parameters
Section titled “Parameters”Target chain
Returns
Section titled “Returns”Asset[]
Array of available stablecoin assets
Example
Section titled “Example”const ethStables = getStablecoinsForChain('ethereum')// [USDC, USDT, DAI, BUSD, FRAX, LUSD, PYUSD]