- 欢迎接入珊瑚开放平台
- 接入指南
- 进件
- 存款
- 付款
- 发行
- 辅助工具
- 多币种钱包
- 换汇
- 事件订阅
- 附录
珊瑚卡余量
GET
/v1/card/remain
最后修改时间:2025-03-12 01:25:17
请求参数
Header 参数
X-Request-Id
string
请求标识
默认值:
{{X-Request-Id}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://gateway-openapi.coralglobal.cn/v1/card/remain' \
--header 'X-Request-Id;'
返回响应
🟢200成功
application/json
Body
code
string
错误编码
message
string
错误信息
data
object (CardRemainVO)
响应主体
used
integer
开卡数〔使用量〕
remain
integer
开卡数〔剩余量〕
total
integer
开卡数〔总量〕
cycle
string
限额周期
timestamp
string
时间戳
示例
{
"code": "",
"message": "",
"data": {
"used": 0,
"remain": 0,
"total": 0,
"cycle": ""
},
"timestamp": ""
}