Ledger
These endpoints allow you to get the ledger data.
Get Ledger
GET
https://api.vaultoro.com/v1/private/ledger
Query Parameters
Name
Type
Description
handle
string
Filter results by a handle, BTC, DASH or GOLD.
limit
number
Limit the number of results.
page
number
Return a specific page.
since
string
Unix timestamp to filter the results since.
until
string
Unix timestamp to filter the results until.
Headers
Name
Type
Description
VTOKEN
string
Your API Token.
Get Daily Ledger
GET
https://api.vaultoro.com/v1/private/ledger/daily
Query Parameters
Name
Type
Description
handle
string
Filter results by a handle, BTC, DASH or GOLD.
since
string
Unix timestamp to filter the results since.
Headers
Name
Type
Description
VTOKEN
string
Your API Token.
Last updated