AgencyAPI
  1. trade
AgencyAPI
  • OpenAPI 文档:签名方式说明
  • OpenAPI Documentation: Signature Method
  • Documentação OpenAPI: Método de Assinatura
  • account
    • Create Merchant
      POST
    • List Merchant
      POST
  • trade
    • List all wallet accounts
      POST
    • List merchant all wallet account
      POST
    • Create transaction number
      POST
    • Create withdrawal order
      POST
    • Create merchant withdrawal order
      POST
    • List bill
      POST
    • Query e2e
      POST
  • feature
    • Create preassign oss url
      POST
  • hook callback
    POST
  1. trade

List all wallet accounts

开发中
POST
/trade/v1/listCurrencyAccount

请求参数

Header 参数
X-Agency-ID
string 
必需
示例值:
05bfaf07-7c1e-4619-8a08-0a32f7129e17
X-Signature
string 
必需
示例值:
123
X-Timestamp
string 
必需
示例值:
{{$date.timestamp}}
Body 参数application/json
object {0}
示例
{}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/trade/v1/listCurrencyAccount' \
--header 'X-Agency-ID: 05bfaf07-7c1e-4619-8a08-0a32f7129e17' \
--header 'X-Signature: 123' \
--header 'X-Timestamp: {{$date.timestamp}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'

返回响应

🟢200成功
application/json
Body
code
string 
必需
data
object 
必需
total
number 
必需
list
array [object {4}] 
必需
示例
{
    "code": "string",
    "data": {
        "total": 0,
        "list": [
            {
                "id": "string",
                "name": "string",
                "balance": 0,
                "currency": {
                    "id": "string",
                    "code": "string",
                    "name": "string",
                    "symbol": "string"
                }
            }
        ]
    }
}
修改于 2025-04-07 06:44:13
上一页
List Merchant
下一页
List merchant all wallet account
Built with