get settlements transactions from exchange
GET {{baseUrl}}/off_exchange/settlements/transactions?mainExchangeAccountId=<string>
get settlements transactions from exchange
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
mainExchangeAccountId | string | (Required) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"toExchange":[{"assetId":"\u003cstring\u003e","amount":"\u003cstring\u003e","dstAddress":"\u003cstring\u003e","dstTag":"\u003cstring\u003e"},{"assetId":"\u003cstring\u003e","amount":"\u003cstring\u003e","dstAddress":"\u003cstring\u003e","dstTag":"\u003cstring\u003e"}],"toCollateral":[{"asset":"\u003cstring\u003e","amount":"\u003cstring\u003e","srcAddress":"\u003cstring\u003e","srcTag":"\u003cstring\u003e","fee":"\u003cstring\u003e"},{"asset":"\u003cstring\u003e","amount":"\u003cstring\u003e","srcAddress":"\u003cstring\u003e","srcTag":"\u003cstring\u003e","fee":"\u003cstring\u003e"}]}