Get all transactions for specific address on beacon chain

Hello every one,

I’d like to be able for a specific address on the beacon chain, to get all transactions through an API, like with this explorer and this example : BNB Beacon Chain Explorer .
I’ve used this call to get delegation operations (https://api.binance.org/v1/staking/chains/bsc/delegators/${address}/operations?offset=0&limit=100) and this one to try to get transactions : https://wallet.binance.org/api/v1/bbc-mainnet/address/${address}/transactions?offset=0&limit=100) but I’m not able to get all transaction for a specific address on beacon chain and there is no method in the documentation.

Does anyone know how to get these ?

Thanks

2 Likes