CryptoSender.io API

1. Fetch Transfer Logs

Fetch transaction status and received amounts for a given address and token on a specific chain.

GET https://api.cryptosender.io/:protocol/:chainId/:address/:tokenAddress

Parameters:

2. Fetch Specific Operation

Fetch transaction status and received amounts for a specific operation index on a token.

GET https://api.cryptosender.io/:protocol/:chainId/:address/:tokenAddress/:index

Parameters:

3. Fetch Transaction Details

Fetch transaction status for a specific transaction hash and token on a chain.

GET https://api.cryptosender.io/tx/:protocol/:chainId/:transactionHash/:tokenAddress

Parameters: