Trades
Fetch a list of the most recent trades
Get Trades
GET
https://api.vaultoro.com/v1/public/trades
This endpoint allows you to get the latest trades.
Query Parameters
Name | Type | Description |
---|---|---|
page | number | Filter the results by page |
pair | string | Enter the pair to filter by. Currently available: DASHBTC, GOLDBTC or GOLDDASH |
until | number | Unix timestamp to filter the results until |
since | string | Unix timestamp to filter results since |
limit | number | Limit the number of results |
Last updated