Getting Started
Implementation Guides
API Reference
Provider
List lock payment orders
GET
/
provider
/
orders
Copy
Ask AI
{
"total": 123,
"page": 123,
"pageSize": 123,
"orders": [
{
"id": "<string>",
"token": "<string>",
"gatewayId": "<string>",
"amount": 123,
"rate": 123,
"blockNumber": 123,
"txHash": "<string>",
"institution": "<string>",
"accountIdentifier": "<string>",
"accountName": "<string>",
"providerId": "<string>",
"memo": "<string>",
"network": "base",
"status": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"transactionLogs": [
{
"id": "<string>",
"gateway_id": "<string>",
"status": "<string>",
"tx_hash": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"cancellationReasons": [
"<string>"
]
}
]
}
Authorizations
Response
200 - application/json
List of lock payment orders
The response is of type object
.
Copy
Ask AI
{
"total": 123,
"page": 123,
"pageSize": 123,
"orders": [
{
"id": "<string>",
"token": "<string>",
"gatewayId": "<string>",
"amount": 123,
"rate": 123,
"blockNumber": 123,
"txHash": "<string>",
"institution": "<string>",
"accountIdentifier": "<string>",
"accountName": "<string>",
"providerId": "<string>",
"memo": "<string>",
"network": "base",
"status": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"transactionLogs": [
{
"id": "<string>",
"gateway_id": "<string>",
"status": "<string>",
"tx_hash": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"cancellationReasons": [
"<string>"
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.