This documentation describes how to use the xcallscan
REST APIs
Name | Id |
---|---|
ICON | icon |
Havah | havah |
Binance Smart Chain | bsc |
Ethereum | eth2 |
Avalanche | avax |
Base | base |
Arbitrum | arbitrum |
Optimism | optimism |
Polygon | polygon |
Archway | ibc_archway |
Neutron | ibc_neutron |
Injective | ibc_injective |
Sui | sui |
Stellar | stellar |
Solana | solana |
Mainnet: https://xcallscan.xyz/api
Testnet: https://testnet.xcallscan.xyz/api
Listing messages
limit
: the maximum number of itemsskip
: starting point within the collection of resource resultssrc_network
: (optional) source networkdest_network
: (optional) dest networksrc_address
: (optional) sender addressdest_address
: (optional) recipient addressfrom_timestamp
: (optional) from block timestampto_timestamp
: (optional) to block timestampstatus
: (optional) message status, one of valuespending
,delivered
,executed
,rollbacked
Get message by id
:id
: message id
Search messages by tx hash or serial number
value
: tx hash OR sn
Get total number of messages
src_networks
: (optional) source networks separated by,
, eg:icon,bsc
...dest_networks
: (optional) destination networks separated by,
, eg:icon,bsc
...from_timestamp
: (optional) from block timestampto_timestamp
: (optional) to block timestampstatus
: (optional) message status, one of valuespending
,delivered
,executed
,rollbacked
Get latest block height of networks
networks
: (optional) networks separated by,
, eg:icon,bsc
...