Optional
configuration: ConfigurationList actions along with their related transactions. An action is generated by one or more inbound transactions with the intended action set in the transaction memo. The action may result in one or more outbound transactions. Results are paginated by sets of 50. Filters may be applied to query actions.
Actions List
Optional
address: stringComma separated list. Address of sender or recipient of any in/out transaction related to the action.
Optional
txid: stringID of any in/out tx related to the action
Optional
asset: stringComma separated list. Any asset that is part of the action (CHAIN.SYMBOL) Additionally, synth, nosynth, and norune filters can be used for swap, add/withdraw actions.
Optional
type: stringOne or more comma separated unique types of action (swap, addLiquidity, withdraw, donate, refund, switch)
Optional
affiliate: stringComma separated list. Affiliate address of the action (swap, refund)
Optional
limit: numbernumber of actions returned, default is 50
Optional
offset: numberpagination offset, default is 0
Optional
nextPageToken: numberif this is given, the actions for the next page will be given
Optional
timestamp: numberif this is given, the actions older than the timestamp will be given
Optional
height: numberif this is given, the actions older than the height will be given
Optional
prevPageToken: numberif this is given, the actions for the previous page will be given
Optional
fromTimestamp: numberif this is given, the actions newer than the timestamp will be given
Optional
fromHeight: numberif this is given, the actions newer than the height will be given
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns all coin amounts of the given address at the specified timestamp or height, or at the latest process block if neither is provided. (Only one of timestamp or height can be specified, not both.) This endpoint is enabled only if the midgard startup config allows it.
Current balance for an address
Rune address.
Optional
timestamp: numberUnix timestamp as seconds since 1970 (if provided, height must not be provided)
Optional
height: numberBlock height (if provided, timestamp must not be provided)
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array of statistics for all the open loans associated with a given borrower address.
Borrower Details
Address to match borrower, an asset address is given. Query can also be multiple addresses should be seperated by comma (',')
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array containing the addresses for all borrowers. Addresses are only shown once.
Borrowers List
Optional
asset: stringReturn only borrowers getting loan against this asset as collateral.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns block height and timestamp for each churn.
Churns List
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns the asset and rune depths and price. The values report the state at the end of each interval. History endpoint has two modes: * With Interval parameter it returns a series of time buckets. From and To dates will be rounded to the Interval boundaries. * Without Interval parameter a single From..To search is performed with exact timestamps. * Interval: possible values: 5min, hour, day, week, month, quarter, year. * count: [1..400]. Defines number of intervals. Don't provide if Interval is missing. * from/to: optional int, unix second. Possible usages with interval. * last 10 days: ?interval=day&count=10
* last 10 days before to: ?interval=day&count=10&to=1608825600
* next 10 days after from: ?interval=day&count=10&from=1606780800
* Days between from and to. From defaults to start of chain, to defaults to now. Only the first 400 intervals are returned: interval=day&from=1606780800&to=1608825600
Pagination is possible with from&count and then using the returned meta.endTime as the From parameter of the next query. Possible configurations without interval: * exact search for one time frame: ?from=1606780899&to=1608825600
* one time frame until now: ?from=1606780899
* from chain start until now: no query parameters
Depth and Price History
Return stats for this single pool.
Optional
interval: "5min" | "hour" | "day" | "week" | "month" | "quarter" | "year"Interval of calculations
Optional
count: numberNumber of intervals to return. Should be between [1..400].
Optional
to: numberEnd time of the query as unix timestamp. If only count is given, defaults to now.
Optional
from: numberStart time of the query as unix timestamp
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns earnings data for the specified interval. History endpoint has two modes: * With Interval parameter it returns a series of time buckets. From and To dates will be rounded to the Interval boundaries. * Without Interval parameter a single From..To search is performed with exact timestamps. * Interval: possible values: 5min, hour, day, week, month, quarter, year. * count: [1..400]. Defines number of intervals. Don't provide if Interval is missing. * from/to: optional int, unix second. Possible usages with interval. * last 10 days: ?interval=day&count=10
* last 10 days before to: ?interval=day&count=10&to=1608825600
* next 10 days after from: ?interval=day&count=10&from=1606780800
* Days between from and to. From defaults to start of chain, to defaults to now. Only the first 400 intervals are returned: interval=day&from=1606780800&to=1608825600
Pagination is possible with from&count and then using the returned meta.endTime as the From parameter of the next query. Possible configurations without interval: * exact search for one time frame: ?from=1606780899&to=1608825600
* one time frame until now: ?from=1606780899
* from chain start until now: no query parameters
Earnings History
Optional
interval: "5min" | "hour" | "day" | "week" | "month" | "quarter" | "year"Interval of calculations
Optional
count: numberNumber of intervals to return. Should be between [1..400].
Optional
to: numberEnd time of the query as unix timestamp. If only count is given, defaults to now.
Optional
from: numberStart time of the query as unix timestamp
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an object containing the health response of the API. Meaning of heights: lastThorNode - Latest block as reported by ThorNode. lastFetched - Latest block fetched from ThorNode. lastCommitted - Latest block committed to the DB but not fully processed yet. lastAggregated - Latest block fully processed and aggregated. genesisInfo - The genesis height Midgard bootstrapped with.
Health Info
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an object with known pools and their statuses
Known Pools List
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns withdrawals and deposits for given time interval. If pool is not specified returns for all pools History endpoint has two modes: * With Interval parameter it returns a series of time buckets. From and To dates will be rounded to the Interval boundaries. * Without Interval parameter a single From..To search is performed with exact timestamps. * Interval: possible values: 5min, hour, day, week, month, quarter, year. * count: [1..400]. Defines number of intervals. Don't provide if Interval is missing. * from/to: optional int, unix second. Possible usages with interval. * last 10 days: ?interval=day&count=10
* last 10 days before to: ?interval=day&count=10&to=1608825600
* next 10 days after from: ?interval=day&count=10&from=1606780800
* Days between from and to. From defaults to start of chain, to defaults to now. Only the first 400 intervals are returned: interval=day&from=1606780800&to=1608825600
Pagination is possible with from&count and then using the returned meta.endTime as the From parameter of the next query. Possible configurations without interval: * exact search for one time frame: ?from=1606780899&to=1608825600
* one time frame until now: ?from=1606780899
* from chain start until now: no query parameters
Liquidity Changes History
Optional
pool: stringReturn stats for given pool. Returns sum of all pools if missing
Optional
interval: "5min" | "hour" | "day" | "week" | "month" | "quarter" | "year"Interval of calculations
Optional
count: numberNumber of intervals to return. Should be between [1..400]
Optional
to: numberEnd time of the query as unix timestamp. If only count is given, defaults to now
Optional
from: numberStart time of the query as unix timestamp
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array of statistics for all the liquidity providers associated with a given member address.
Member Details
Address to match liquidity providers. Either a rune or an asset address may be given. Query can also be multiple addresses should be seperated by comma (',')
Optional
showSavers: booleanA flag to show saver vault membership details, the default is false.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array containing the addresses for all pool members. Addresses are only shown once. If there's both a RUNE address and an asset address for a member, only the RUNE address will be shown.
Members List
Optional
pool: stringReturn only members present in the pool.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an object containing Network data
Network Data
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns a list of Node public keys and adresses.
Nodes List
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns details of the pool: depths, price, 24h volume, APY.
Details of a Pool
pool name
Optional
period: "1h" | "24h" | "7d" | "14d" | "30d" | "90d" | "100d" | "180d" | "365d" | "all"Specifies the base interval from which APY is extrapolated. Default is 30d.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Statistics about the pool. The description of the fields have pointers about the corresponding v2/history location. Visit the history endpoint for drilldowns.
Pool Statistics
pool name
Optional
period: "1h" | "24h" | "7d" | "14d" | "30d" | "90d" | "100d" | "180d" | "365d" | "all"Restricts aggregation type fields to the last period only. Default is 30d.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array containing details for a set of pools
Pools List
Optional
status: "available" | "staged" | "suspended"Filter for only pools with this status
Optional
period: "1h" | "24h" | "7d" | "14d" | "30d" | "90d" | "100d" | "180d" | "365d" | "all"Specifies the base interval from which annualPercentageRate and poolAPY is extrapolated. Default is 14d.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array of statistics for all the savers associated with a given member address. Query can also be multiple addresses should be seperated by comma (',')
Saver Details
Address to match the saver. an asset address should be given.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns savers depths and units. The values report the state at the end of each interval. History endpoint has two modes: * With Interval parameter it returns a series of time buckets. From and To dates will be rounded to the Interval boundaries. * Without Interval parameter a single From..To search is performed with exact timestamps. * Interval: possible values: 5min, hour, day, week, month, quarter, year. * count: [1..400]. Defines number of intervals. Don't provide if Interval is missing. * from/to: optional int, unix second. Possible usages with interval. * last 10 days: ?interval=day&count=10
* last 10 days before to: ?interval=day&count=10&to=1608825600
* next 10 days after from: ?interval=day&count=10&from=1606780800
* Days between from and to. From defaults to start of chain, to defaults to now. Only the first 400 intervals are returned: interval=day&from=1606780800&to=1608825600
Pagination is possible with from&count and then using the returned meta.endTime as the From parameter of the next query. Possible configurations without interval: * exact search for one time frame: ?from=1606780899&to=1608825600
* one time frame until now: ?from=1606780899
* from chain start until now: no query parameters
Savers Units and Depth History
Return stats for this single pool.
Optional
interval: "5min" | "hour" | "day" | "week" | "month" | "quarter" | "year"Interval of calculations
Optional
count: numberNumber of intervals to return. Should be between [1..400].
Optional
to: numberEnd time of the query as unix timestamp. If only count is given, defaults to now.
Optional
from: numberStart time of the query as unix timestamp
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an object containing global stats for all pools and all transactions
Global Stats
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns swap count, volume, fees, slip in specified interval. If pool is not specified returns for all pools History endpoint has two modes: * With Interval parameter it returns a series of time buckets. From and To dates will be rounded to the Interval boundaries. * Without Interval parameter a single From..To search is performed with exact timestamps. * Interval: possible values: 5min, hour, day, week, month, quarter, year. * count: [1..400]. Defines number of intervals. Don't provide if Interval is missing. * from/to: optional int, unix second. Possible usages with interval. * last 10 days: ?interval=day&count=10
* last 10 days before to: ?interval=day&count=10&to=1608825600
* next 10 days after from: ?interval=day&count=10&from=1606780800
* Days between from and to. From defaults to start of chain, to defaults to now. Only the first 400 intervals are returned: interval=day&from=1606780800&to=1608825600
Pagination is possible with from&count and then using the returned meta.endTime as the From parameter of the next query. Possible configurations without interval: * exact search for one time frame: ?from=1606780899&to=1608825600
* one time frame until now: ?from=1606780899
* from chain start until now: no query parameters
Swaps History
Optional
pool: stringReturn history given pool. Returns sum of all pools if missing.
Optional
interval: "5min" | "hour" | "day" | "week" | "month" | "quarter" | "year"Interval of calculations
Optional
count: numberNumber of intervals to return. Should be between [1..400].
Optional
to: numberEnd time of the query as unix timestamp. If only count is given, defaults to now.
Optional
from: numberStart time of the query as unix timestamp
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array of chains and their addresses associated with the given THORName
THORName Details
a THORName
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array of THORNames associated with the given address
Gives a list of THORNames by reverse lookup
Address to match THORNames against.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns an array of THORNames owned by the address. The address is not necessarily an associated address for those thornames.
THORName owner
Address which owns a THORName.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Returns total pool depths, total bonds, and total value locked in specified interval. Total Value Locked = Total Bonds + 2 * Total Pool Depths History endpoint has two modes: * With Interval parameter it returns a series of time buckets. From and To dates will be rounded to the Interval boundaries. * Without Interval parameter a single From..To search is performed with exact timestamps. * Interval: possible values: 5min, hour, day, week, month, quarter, year. * count: [1..400]. Defines number of intervals. Don't provide if Interval is missing. * from/to: optional int, unix second. Possible usages with interval. * last 10 days: ?interval=day&count=10
* last 10 days before to: ?interval=day&count=10&to=1608825600
* next 10 days after from: ?interval=day&count=10&from=1606780800
* Days between from and to. From defaults to start of chain, to defaults to now. Only the first 400 intervals are returned: interval=day&from=1606780800&to=1608825600
Pagination is possible with from&count and then using the returned meta.endTime as the From parameter of the next query. Possible configurations without interval: * exact search for one time frame: ?from=1606780899&to=1608825600
* one time frame until now: ?from=1606780899
* from chain start until now: no query parameters
Total Value Locked History
Optional
interval: "5min" | "hour" | "day" | "week" | "month" | "quarter" | "year"Interval of calculations
Optional
count: numberNumber of intervals to return. Should be between [1..400].
Optional
to: numberEnd time of the query as unix timestamp. If only count is given, defaults to now.
Optional
from: numberStart time of the query as unix timestamp
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Generated using TypeDoc
DefaultApi - axios parameter creator