netfluid__bridge_blockchain
Creates a blockchain to blockchain bridge. Confirm (yes/no) before executing
Creates a blockchain to blockchain bridge. Only supports USDC transfers. Do not send any other tokens as these may be lost. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk that will use the bridge @param blockchain: The blockchain that will receive the transfer. Possible values "ethereum","solana","avalanche_c_chain" @param address: The address on the above blockchain that will receive the transfer @param alias: A descriptive name for this Bridge, can be anything, set by async default if none is provided. @param currency: The currency, possible values are usdc, usdt, eurc
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | ||
| token | Yes | ||
| address | Yes | ||
| api_key | Yes | ||
| currency | No | ||
| wallet_fk | Yes | ||
| account_fk | Yes | ||
| blockchain | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||