vezgo-sdk-js
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce"; | ||
accountId: string; | ||
ticker?: string; | ||
from?: string; | ||
to?: string; | ||
wallet?: string; | ||
last?: string; | ||
limit?: number; | ||
wallet?: string; | ||
sort?: "asc" | "desc"; | ||
types?: string; | ||
} | ||
@@ -108,0 +111,0 @@ |
@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce"; | ||
accountId: string; | ||
ticker?: string; | ||
from?: string; | ||
to?: string; | ||
wallet?: string; | ||
last?: string; | ||
limit?: number; | ||
wallet?: string; | ||
sort?: "asc" | "desc"; | ||
types?: string; | ||
} | ||
@@ -108,0 +111,0 @@ |
@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce"; | ||
accountId: string; | ||
ticker?: string; | ||
from?: string; | ||
to?: string; | ||
wallet?: string; | ||
last?: string; | ||
limit?: number; | ||
wallet?: string; | ||
sort?: "asc" | "desc"; | ||
types?: string; | ||
} | ||
@@ -108,0 +111,0 @@ |
@@ -101,7 +101,10 @@ import { ApisauceInstance } from "apisauce"; | ||
accountId: string; | ||
ticker?: string; | ||
from?: string; | ||
to?: string; | ||
wallet?: string; | ||
last?: string; | ||
limit?: number; | ||
wallet?: string; | ||
sort?: "asc" | "desc"; | ||
types?: string; | ||
} | ||
@@ -108,0 +111,0 @@ |
{ | ||
"name": "vezgo-sdk-js", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Official Vezgo JS SDK for the Browser & NodeJS", | ||
@@ -5,0 +5,0 @@ "author": "Wealthica Financial Technology Inc. <hello@wealthica.com> (https://wealthica.com/)", |
@@ -435,3 +435,3 @@ # Official Vezgo JS SDK for the Browser & NodeJS | ||
#### user.transactions.getList({ accountId, ticker, from, to, wallet, last, limit }) | ||
#### user.transactions.getList({ accountId, ticker, from, to, wallet, last, limit, sort, types }) | ||
@@ -451,2 +451,4 @@ This method retrieves the list of transactions for an account. | ||
limit: 10, // optional | ||
sort: 'asc', // optional, asc | desc | ||
types: 'trade,deposit' // optional | ||
}); | ||
@@ -453,0 +455,0 @@ ``` |
7766671
13
128048
676