Scan API (Tx Status/Account History)
API for https://scan.multichain.org
Get transaction info
Return the transaction info.
https://scanapi.multichain.org/v3/tx/0x7e1dc1c4175e18e4115e2242ad34cf3d7c6c53330194da648f47cb80395ee74c
Parameter
Description
tx
transaction hash
Get account transaction history
Return account transaction list
https://scanapi.multichain.org/v3/account/txns/0xe41a2b194f15aaae7500421ecb71e39c5be26bfd?offset=0&limit=50
Parameter
Description
offset
0~1000
limit
1~100
sort
-1
from old to new
1
from new to old
Get all transactions list
Return all tansactions list.
https://scanapi.multichain.org/v3/txns?offset=0&limit=50&sort=-1
Parameter
Description
offset
0~max
limit
1~100
sort
-1
from old to new
1
from new to old
Get supported chains list
Return the chain list info.
https://scanapi.multichain.org/data/chain?type=mainnet
Parameter
Description
type
mainnet
testnet
Last updated