cURL
curl --request GET \ --url https://apidev.nusd.me/nps/tokens
{ "status": 0, "data": { "total": 123, "tokens": [ { "chain_id": "ARBITRUM_ETH", "token_id": "ARBITRUM_USDT", "symbol": "USDT", "can_deposit": true, "can_withdraw": true } ] }, "msg": "<string>" }
获取所有支持的token
链id(可选)
页数
每页数量;默认值:20;最大值:100;
请求成功,返回币种数据
状态码,0 表示成功。
0
币种列表
Show child attributes
错误消息,status 非 0 时存在