Accounts

Get Metadium Balance for a Single Address

Returns the Metadium balance of a given address.

POST https://testnetapi.metadium.com/v1/accounts/balance
api-key: Your API Key
Content-Type: application/json

{
    "addresses" : [
                "0xcB24fBed8597dd1ff71daBB56b939Ec440a5041E",
                "0xa5eb6c837FA2123b8d3749F85061Efd7471E9352"
    ]
}

Query Parameters


Get a list of 'Normal' Transactions by Address.

Returns the list of transactions performed by an address, with optional pagination.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/transactions
api-key: Your API Key

Query Parameters


Get a list of 'Internal' Transactions by Address

Returns the list of internal transactions performed by an address, with optional pagination.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/internal-transactions
api-key: Your API Key

Query Parameters


Get a list of 'MRC20 - Token Transfer Events' by Address

Returns the list of MRC-20 tokens transferred by an address, with optional filtering by token contract.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/token-transfer/mrc20
api-key: Your API Key

Query Parameters


Get a list of 'MRC721 - Token Transfer Events' by Address

Returns the list of MRC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/token-transfer/mrc721
api-key: Your API Key

Query Parameters


Get MRC20/MRC721 Token List for a Single Address

Returns the list of MRC-20/MRC-721 tokens held in a single address.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/tokens
api-key: Your API Key

Query Parameters


Get MRC20 Token List for a Single Address

Returns the list of MRC-20 tokens held in a single address.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/tokens/mrc20
api-key: Your API Key

Query Parameters


Get MRC721 Token List for a Single Address

Returns the list of MRC-721 tokens held in a single address.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/tokens/mrc721
api-key: Your API Key

Query Parameters


Get MRC721 Token Inventory of a Specific MRC721 Contract

Returns the MRC-721 token inventory of a specific MRC721 contract and a list of specific tokens owned.

GET https://testnetapi.metadium.com/v1/accounts/{contract_address}/tokens/inventory
api-key: Your API Key

Query Parameters


Get list of Blocks Mined by address

Returns the list of blocks created by the miner.

GET https://testnetapi.metadium.com/v1/accounts/{address_hash}/mined-blocks
api-key: Your API Key

Query Parameters

Last updated