getStablecoinsForChain()
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / getStablecoinsForChain
Function: getStablecoinsForChain()
Section titled “Function: getStablecoinsForChain()”getStablecoinsForChain(
chain):Asset[]
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:9536
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]