4.5 Wallet & Transactions

4.5.1 Asset Wallet (Account) & Bills

GET /account/info — Get Asset List

ParameterTypeRequiredDescription
currencystringNoFilter by currency

Response (Account object):

FieldTypeDescription
currencystringCurrency
balancenumberAvailable balance
holdnumberFrozen balance
depositednumberCumulative deposit
withdrawalnumberCumulative withdrawal

GET /account/bills — Paginated Asset Wallet Transaction History

ParameterTypeRequiredDescription
currencystringNoCurrency
amountDirectionint32NoDirection: 1=credit, 2=debit
businessIdstringNoTransaction type (e.g. "deposit")
beginTimestringNoStart time (yyyy-MM-dd)
endTimestringNoEnd time (yyyy-MM-dd)
currentint32YesPage number (starting from 1)
sizeint32YesPage size (max 20)

GET /account/asset — Asset conversion summary

4.5.2 Reward (Bonus) Wallet

  • GET /bonus-account/info — Get reward asset list
  • GET /bonus-account/bills — Paginated reward wallet transaction history (parameters same as /account/bills)
  • GET /bonus-account/asset — Reward asset conversion summary
Document Source: This document is compiled from the MetaEdge official website (https://metaedge.xyz/), API documentation (https://edge-doc.vercel.app/), and CLI README. Content marked [TBD] is pending further information or confirmation from the MetaEdge team. Introductory copy and data follow the current official website.