GET Get Transfer Order endpoint.
Endpoint
GET
/web/v1/system/transfers/admin/orders/{bizId} WEBAuthentication
- Chain: WEB
- JWT Token: true
- API Key: false
- Permissions: ["transfer:read"]
Rate Limit
Standard rate limit applies.
Headers
Frontend Headers
| Header | Required | Description |
|---|---|---|
| X-LOCALE | Yes | 用户的 locale |
| Accept-Language | No | 语言偏好 |
Cloudflare Headers
| Header | Required | Description |
|---|---|---|
| CF-Connecting-IP | Yes | Client IP from Cloudflare |
| CF-IPCountry | Yes | Client country code |
| CF-Ray | Yes | Cloudflare Ray ID |
| CF-Visitor | Yes | Visitor scheme |
| CF-Worker | No | Cloudflare Worker indicator |
| CF-TCP-Port | No | Client TCP port |
| CF-Edge-Keep-Alive | No | Edge keep-alive status |
| CF-Cache-Status | No | Cache status |
| CDN-Loop | No | CDN loop detection |
| X-Real-IP | Yes | Real client IP |
Nginx Headers
| Header | Required | Description |
|---|---|---|
| X-PORTAL-ACCESS-CODE | Yes | Portal access code |
| X-Real-IP | Yes | 客户端真实 IP |
| X-Forwarded-For | Yes | 代理链 |
| X-Forwarded-Proto | Yes | 协议 |
Request Parameters
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| bizId | String | 转账订单业务 ID |
No request body.
Response
200 OK
| Field | Type | Description |
|---|---|---|
| data.bizId | String | 转账订单业务 ID |
| data.fromWalletId | String | 源钱包 ID |
| data.toWalletId | String | 目标钱包 ID |
| data.currency | String | 币种代码 |
| data.amount | BigDecimal | 转账金额 |
| data.feeAmount | BigDecimal | 手续费金额 |
| data.totalAmount | BigDecimal | 总金额 (金额 + 手续费) |
| data.status | Integer | 状态码 |
| data.statusName | String | 状态显示名称 |
| data.failureReason | String | 失败原因 (如果失败) |
| data.remark | String | 用户备注 |
| data.createdAt | Instant | 创建时间 |
| data.completedAt | Instant | 完成时间 |