Query Address Trading History
Get the trading histories of the given address
GET
http://open-api.fixes.world/v1/address/:address/frc20/trading-activities?page=0&limit=25&datetime=
Path Parameters
Name | Type | Description |
---|---|---|
address | String | the given address for querying |
Query Parameters
Name | Type | Description |
---|---|---|
page | Number | Start page, default 0 |
limit | Number | Number of results returned, Up to 100 |
datetime | Number | Timestamp(ms) of the date for the trading history |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer YOUR_API_KEY |
Last updated