We currently support the following networks.

Network NameNetwork ID
ethereum1
optimism10
bsc56
polygon137
fantom250
moonbeam1284
arbitrum42161
avalanche43114
algorandNA

Unless stated otherwise network params can be either the network name (eg. 'ethereum') or a network ID.

https://services.blockpour.com/api/swaps/recent?network=ethereum
https://services.blockpour.com/api/swaps/recent?network=1

Algorand does not have an network ID (only evm networks have a network ID) so you should query algorand data using the network name:

https://services.blockpour.com/api/swaps/recent?network=algorand

🚧

Algorand data is currently not available on the following endpoints:

Get pool snapshots by pool
Get recent pool events
Get pool events by exchange
Get pool events by token ids (advanced)
Get rug pulls
Get pool events by token

Some endpoints allow you to pass a list of networks. For example, to get a list of recent of swaps you can use the Get recent swaps endpoint as follows:

https://services.blockpour.com/api/swaps/recent?network=ethereum
https://services.blockpour.com/api/swaps/recent?network=ethereum,optimism
https://services.blockpour.com/api/swaps/recent

📘

When passed as a network param, the network name should be lowercase as written in the table above.