沙箱环境已开放「全球付」功能模块,支持接口调试与测试
curl --location --request POST 'https://agent.eyj.world/agent/v1/bill' \
--header 'X-Access-Key: ak_23b5aebc3a90e08fadddffbd5e2782fd' \
--header 'X-Timestamp: 1775655934' \
--header 'X-Nonce: 0e500a7f707e3b8e' \
--header 'X-Signature: ee9e1a7304fcd4670ae8f6477817b33e9d767e746c59d29fa0035445e3b1fc89' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": "string",
"size": "10",
"sort": "desc",
"start_date": "2025-12-01",
"end_date": "2026-01-01",
"card_id": "string"
}'{
"code": 0,
"msg": "string",
"time": "string",
"data": [
{
"change_type": "Transaction",
"amount": 0,
"balance_after": "string",
"remark": "string",
"created_at": "string",
"fund_type": "Inc",
"card_id": "string"
}
]
}