Accounts
Get XDC Balance for a Single Address
Returns the XDC balance of a given address.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
tag | the |
Get XDC Balance for Multiple Addresses in a Single Call
Returns the balance of the accounts from a list of addresses.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the up to 20 addresses per call |
tag | the |
Get a list of 'Normal' Transactions By Address
Returns the list of transactions performed by an address, with optional pagination.
📝 Note : This API endpoint returns a maximum of 10000 records, and 1000 records without an API Key
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
startblock | the |
endblock | the |
page | the |
offset | the number of transactions displayed per page |
sort | the sorting preference, use |
Get a list of 'Internal' Transactions by Address
Returns the list of internal transactions performed by an address, with optional pagination.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
startblock | the |
endblock | the |
page | the |
offset | the number of transactions displayed per page |
sort | the sorting preference, use |
💡 Tip: Specify a smaller startblock
and endblock
range for faster search results
Get 'Internal Transactions' by Transaction Hash
Returns the list of internal transactions performed within a transaction.
📝 Note : This API endpoint returns a maximum of 10000 records, and 1000 records without an API Key
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
txhash | the |
Get "Internal Transactions" by Block Range
Returns the list of internal transactions performed within a block range, with optional pagination.
📝 Note : This API endpoint returns a maximum of 10000 records, and 1000 records without an API Key
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
startblock | the |
endblock | the |
page | the |
offset | the number of transactions displayed per page |
sort | the sorting preference, use |
Get a list of 'XDC20- Token Transfer Events' by Address
Returns the list of XDC-20 tokens transferred by an address, with optional filtering by token contract.
Usage:
XDC-20 transfers from an address, specify the
address
parameterXDC-20 transfers from a contract address, specify the
contract address
parameterXDC-20 transfers from an address filtered by a token contract, specify both
address
andcontract address
parameters.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
contractaddress | the |
page | the |
offset | the number of transactions displayed per page |
startblock | the |
endblock | the |
sort | the sorting preference, use |
Get a list of 'XDC721 - Token Transfer Events' by Address
Returns the list of XDC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.
Usage:
XDC-721 transfers from an address, specify the
address
parameterXDC-721 transfers from a contract address, specify the
contract address
parameterXDC-721 transfers from an address filtered by a token contract, specify both
address
andcontract address
parameters.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
contractaddress | the |
page | the |
offset | the number of transactions displayed per page |
startblock | the |
endblock | the |
sort | the sorting preference, use |
Get a list of 'XDC1155 - Token Transfer Events' by Address
Returns the list of XDC-1155 ( Multi Token Standard ) tokens transferred by an address, with optional filtering by token contract.
Usage:
XDC-1155 transfers from an address, specify the
address
parameterXDC-1155 transfers from a contract address, specify the
contract address
parameterXDC-1155 transfers from an address filtered by a token contract, specify both
address
andcontract address
parameters.
Try this endpoint in your browser 🔗
Last updated