List accepted assets

Returns all assets accepted by the Suward gateway. No authentication required.

GET/v1/assetsPublic

Response

200 OK

FieldTypeDescription
itemsoptionalAssetResponse[]
items fields AssetResponse
FieldTypeDescription
idoptionalAssetIDAsset id-string used everywhere else in the API, e.g. USDT_ARBITRUM.
id values AssetID
USDT_ETHEREUMUSDT_ARBITRUMUSDT_OPTIMISMUSDT_BASEUSDT_BSCUSDT_PLASMAUSDT_POLYGONUSDC_ETHEREUMUSDC_ARBITRUMUSDCE_ARBITRUMUSDC_OPTIMISMUSDC_BASEUSDC_BSCUSDC_PLASMAUSDC_POLYGONETH_ETHEREUMETH_ARBITRUMETH_OPTIMISMETH_BASEXPL_PLASMABNB_BSCPOL_POLYGONTESTCOIN_ETHEREUMTESTCOIN_OPTIMISMTESTCOIN_PLASMATESTSTABLECOIN_ETHEREUMTESTSTABLECOIN_OPTIMISMTESTSTABLECOIN_PLASMA
blockchainIdoptionalintegerInternal blockchain ID (corresponds to GET /v1/blockchains[].id).
contractAddressoptionalstringnullERC20 contract address; null for native coins (ETH, BNB, POL, XPL).
decimalsoptionalintegerNumber of decimal places: smallest-unit amounts are whole tokens * 10^decimals.
groupoptionalstringAsset group, e.g. USDT, USDC, ETH.
nameoptionalstringHuman-readable asset name.

All Assets & networks endpoints

Request

terminal
curl https://api.suward.com/v1/assets

Response · 200 OK

response.json
{
"items": []
}

Illustrative values. Every field, type and status on this page is generated from the OpenAPI specification.

Something unclear? payments@suward.com — we treat every integration question as a documentation defect.