分页查询登录账户下的交易对。
用法
visionWeb.vs.listExchangesPaginated(limit, index);
入参
参数 | 描述 | 类型 | 默认值 |
---|---|---|---|
limit | 返回的交易对数量 | number | - |
index | 查询起始交易对的 index | number | - |
返回值
array,查询到的交易对列表。
示例
visionWeb.vs.listExchangesPaginated(1,0);
> [
{
exchange_id: 2,
creator_address: '4653cd48c2723cb985679f4e44d99c64d22d89f41d',
create_time: 1606997799000,
first_token_id: '31303030303031',
first_token_balance: 1095,
second_token_id: '5f',
second_token_balance: 407
},
]