Card Limit History
Path Parameters
id string required
limit.id
Query Parameters
offset number
分页偏移值
Example: 0
limit number
分页大小
Example: 10
limit_id string
limit.id
Header Parameters
Nonce string required
random 16 bytes alphanumerics
Credential string required
Please follow the OpenAPI authentication section
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24/20240501120123/Wonder-RSA-SHA256
Signature string required
Please follow the OpenAPI authentication section
Example: lM42cgyuLS98Dieydc8K2OD3KwYkOXibpV9pFvr/R0i/830M/FPKUKbav2UBBN3M3EdPk/PpvKQlvBNT+NbEg20CKuiDTZWDc3r7KiA1pdZsui/57XCVhC2s01W8jEM+G5lS362+p8+E0K6UKQDrJMyVpbDT31XSkSJIxae+uDi2nJr4DnIkemeU2LlNDRPPGe9NeX7z3B3N3LwIiQgKMyauPqAjro0UrZykQM9pv4UySRSU2cT8EcjQmyKxbzyuR2A47PyeodJvotlIthdfCHIxG52D06tpRJlRVbUdvxSg14bFiPbr3FwCvruZlbR15gOanJCqE4wp4fC8qEXXsg==
Content-type string required
Example: application/json
x-request-id string
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24
x-i18n-lang string
from zh-HK, zh-CN, or en
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
data object required
limit_history object[] required
id string required
remark string required
remark
card_limit string required
limit.id
limit_amount string required
limit_amount
p_created_at string required
修改时间
code error code required
message error message required
{
"data": {
"limit_history": [
{
"id": "string",
"remark": "string",
"card_limit": "string",
"limit_amount": "string",
"p_created_at": "string"
}
]
},
"code": 0,
"message": "string"
}
{
"code": 200,
"data": {
"limit_history": [
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "b93ee9a8-f042-41b0-ab84-24e5bad484b2",
"limit_amount": "1001",
"p_created_at": "2025-07-08T17:12:00.066332Z",
"remark": ""
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "1b2c3a3a-9f35-4da4-8a39-f4faaa61ed53",
"limit_amount": "200",
"p_created_at": "2025-07-08T09:29:51.897244Z",
"remark": "test 200"
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "d4f11df4-8e0a-4e7a-bbd0-dc2ff58f5c60",
"limit_amount": "200",
"p_created_at": "2025-07-08T09:21:42.87075Z",
"remark": ""
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "effe414c-dfe8-4613-b823-26783c255870",
"limit_amount": "500",
"p_created_at": "2025-07-08T09:08:50.956187Z",
"remark": ""
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "62479509-2425-4ce6-8a72-e84b2f2303b0",
"limit_amount": "100",
"p_created_at": "2025-07-08T09:07:26.362547Z",
"remark": ""
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "072213f9-8432-42a8-a215-e85684a27167",
"limit_amount": "0",
"p_created_at": "2025-07-08T08:44:56.355604Z",
"remark": ""
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "b04e5778-4aab-401f-8529-e719d7210aad",
"limit_amount": "0",
"p_created_at": "2025-07-08T08:44:30.616889Z",
"remark": ""
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "5eaf9b1c-8029-41f4-bddc-db3241fd0007",
"limit_amount": "0",
"p_created_at": "2025-07-08T08:43:50.259853Z",
"remark": ""
},
{
"card_limit": "3b3d8531-8532-403f-888c-c85fbf17621d",
"id": "b28c58d7-d82b-459d-abb0-fa5cce526b2b",
"limit_amount": "0",
"p_created_at": "2025-07-08T08:25:20.574326Z",
"remark": ""
}
]
},
"message": "succeed"
}
Loading...