Passive Deposit/Withdrawal Service
The Passive Deposit/Withdrawal Service enables seamless asset movement between supported blockchain networks and NEAR Intents. It provides a lightweight mechanism for moving tokens in and out of the protocol.
How to use
Get supported assets. The service only works with a specific list of tokens that are available for transfer to NEAR Intents. The list of supported tokens and networks can be obtained using this request.
Get deposit address. Once you have verified that your token is supported by the service, you can use the request to obtain a deposit address. After receiving the address, transfer the tokens to it, and they will soon be available in NEAR Intents.
Get recent deposit. The API service allows you to get the status of the most recent deposits. Simply send a request to retrieve this information.
Get withdrawal status. The service supports token withdrawals from NEAR Intents to the supported network. To do this, call the 'withdrawal' contract method or use the frontend. The status of the withdrawal can be obtained upon request.
JSON-RPC Endpoint
POST: https://bridge.chaindefuser.com/rpc
Requests
1. Get supported assets
Returns a list of tokens that are supported by the service in each network.
2. Get deposit address
Returns the address for depositing supported tokens or native currency.
3. Get recent deposits
Returns information on recent deposits
4. Get withdrawal status
Returns withdrawal status.
5. Notify about deposit transaction hash
Optional method that notifies service about your deposit.
6. Estimated withdrawal fees
Convenience method that estimate amount of fees for transactions.
Last updated