4.3 Wallet & Transactions

Asset Wallet (Account)

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


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 Maintenance: This document is compiled from the MetaEdge official website, API documentation, and CLI README. Content marked `[TBD]` is pending further information or confirmation from the MetaEdge team.