Wallet
Get the list of trx transfers related to a specific address
Returns the list of TRX transfers for a specific address.
π Note : The value sum of start and limit must be less than or equal to 10000.
Try this endpoint in your browser π
Query Parameters
Parameter | Description |
---|---|
start | Start number. Default 0 |
limit | Number of items per page. Default 20 |
address | Query address |
direction | Default: 1. 1 represents inbound transfers, 2 represents outbound transfers, and 0 represents both. |
start_timestamp | Start timestamp |
end_timestamp | End timestamp |
db_version | Default: 0, which indicates to filter transfers with invalid βtoβ or βfromβ addresses out. |
reverse | Sort the data in a descending order. Default: true |
fee | Whether to return data of TRX burning for resource consumption. Default: false |
Get the transfer list of a specific TRC10 token for a certain address
Returns the transfer list of a TRC10 token for a specific account.
π Note : The value sum of start and limit must be less than or equal to 10000.
Try this endpoint in your browser π
Query Parameters
Parameter | Description |
---|---|
start | Start number. Default 0 |
limit | Number of items per page. Default 20 |
address | Query address |
trc10Id | TRC10 token ID |
direction | Default: 1. 1 represents inbound transfers, 2 represents outbound transfers, and 0 represents both. |
start_timestamp | Start timestamp |
end_timestamp | End timestamp |
db_version | Default: 0, which indicates to filter transfers with invalid βtoβ or βfromβ addresses out. |
reverse | Sort the data in a descending order. Default: true |
Get the transfer list of a specific TRC20 token for a certain address
Returns the transfer list of a TRC20 token for a specific account.
π Note : The value sum of start and limit must be less than or equal to 10000.
Try this endpoint in your browser π
Query Parameters
Parameter | Description |
---|---|
start | Start number. Default 0 |
limit | Number of items per page. Default 20 |
address | Query address |
trc20Id | TRC20 token ID |
direction | Default: 1. 1 represents inbound transfers, 2 represents outbound transfers, and 0 represents both. |
start_timestamp | Start timestamp |
end_timestamp | End timestamp |
db_version | Default: 0, which indicates to filter transfers with invalid βtoβ or βfromβ addresses out. |
reverse | Sort the data in a descending order. Default: true |
Get the information of tokens held and followed in the account's web wallet
Returns a list of tokens held and followed by an account.
Try this endpoint in your browser π
Query Parameters
Parameter | Description |
---|---|
address | Query address |
asset_type | Asset types: 0 - All (default); 1 - Assets (TRX, TRC10, TRC20); 2 - Collectibles (TRC721 and TRC1155) |
Get the amount of unfreezable TRX in address
Returns the amount of unfreezable TRX in one address
Try this endpoint in your browser π
Query Parameters
Parameter | Description |
---|---|
address | Query address |
Last updated