v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Liquidation Addresses

Liquidation Address Activity Across All Customers

History of activity across all customers and Liquidation Addresses

get/liquidation_addresses/drains

Query parameters

tx_hashstring

The hash of the transaction

limitinteger

The number of items to return (min 1, default 10, max 100)

starting_afterstring

This is a drain id. If this is specified, the next page that starts with a drain right AFTER the specified drain id on the drain timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that drains older than the specified drain id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is a drain id. If this is specified, the previous page that ends with a drain right BEFORE the specified drain id on the drain timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that drains newer than the specified drain id will be returned (shouldn't be set if starting_after is set)

updated_after_msinteger

This is a unix timestamp in milliseconds. If this is specified, objects updated AFTER the specified timestamp will be returned

updated_before_msinteger

This is a unix timestamp in milliseconds. If this is specified, objects updated BEFORE the specified timestamp will be returned

drain_idstring

If specified, results will be filtered to the given drain id only

Response

List of drains for all liquidation addresses (the returned list is empty if none found)

countinteger required

The number of events returned