查询 source 接口
Last updated
Was this helpful?
Last updated
Was this helpful?
该接口用于查询系统中的 Source 列表,支持分页查询。
请求方式:GET
请求 URL:https://openapi.elven.com/open/v3/transaction/source
elven-api-key
String
是
分配给您的API密钥
elven-api-sign
String
是
请求签名,用于验证请求合法性
elven-api-timestamp
String
是
请求时间戳,毫秒级
page
Number
否
页码,为空视为1
limit
Number
否
每页条数,为空视为10
type
String
否
可填写 OPENAPI_TRANSACTION
、OPENAPI_BALANCE
,分别对应交易、余额 source,不填写时将返回所有类型的 source 数据
total
Number
结果数量
list
Array
Source 列表
sourceId
String
Source 的主键 ID
type
String
source 类型
name
String
Source 名称
entityAccountId
String
Source 所属账户的主键 ID
请求头中的 elven-api-key、elven-api-sign 和 elven-api-timestamp 为必填参数,用于验证请求的合法性和安全性。
page 和 limit 参数为可选参数,不传递时默认返回第一页,每页 10 条数据。
返回结果中的 list 数组包含 Source 的详细信息,每一项与创建 Source 接口的返回值格式一致。
您可以通过 Apifox 服务进行接口的在线调试: