Deposit History (for local entities that required travel rule) (supporting network) (USER_DATA)
API Description
Fetch deposit history for local entities that required travel rule.
HTTP Request
GET /sapi/v1/localentity/deposit/history
Request Weight(IP)
1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| trId | STRING | NO | Comma(,) separated list of travel rule record Ids. |
| txId | STRING | NO | Comma(,) separated list of transaction Ids. |
| tranId | STRING | NO | Comma(,) separated list of wallet tran Ids. |
| network | STRING | NO | |
| coin | STRING | NO | |
| travelRuleStatus | INTEGER | NO | 0:Completed,1:Pending,2:Failed |
| pendingQuestionnaire | BOOLEAN | NO | true: Only return records that pending deposit questionnaire. false/not provided: return all records. |
| startTime | LONG | NO | Default: 90 days from current timestamp |
| endTime | LONG | NO | Default: present timestamp |
| offset | INT | NO | Default:0 |
| limit | INT | NO | Default:1000, Max:1000 |
| timestamp | LONG | YES |
- Please notice the default
startTimeandendTimeto make sure that time interval is within 0-90 days.- If both
startTimeandendTimeare sent, time betweenstartTimeandendTimemust be less than 90 days.- Please, note that due to network-specific characteristics, the returned source address may be inaccurate. If multiple source addresses are found, only the first one will be returned.