/exchange/v1/settlement/list
Request settlement details from the exchange for user-initiated settlements
application/json
Request Body required
collateralId CollateralId required
Unique identifier for the CVA account
settlementId string required
Unique identifier for a settlement batch
assetId string nullable
For user-initiated single-currency settlements
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
settlementId_ex string
Exchange-side unique identifier for the settlement batch
to_exchange object[]
to_collateral object[]
{
"settlementId_ex": "string",
"to_exchange": [
{
"assetId": "USDT_ETH",
"amount": "36870000",
"toAddress": "string",
"toTag": "string"
}
],
"to_collateral": [
{
"assetId": "ETH_ETH",
"amount": "1000000000000000000",
"toAddress": "string",
"toTag": "string"
}
]
}
POST /exchange/v1/settlement/list
Request
Request
go / requests
nodejs / axios
java / unirest
python / requests
ruby / RestSharp
csharp / httpclient
php / OkHttp