netfluid__bridge_on_ramp
Creates a virtual account (SEPA/ACH/WIRE) to blockchain bridge. Confirm (yes/no) before executing
Creates a virtual account (SEPA/ACH/WIRE) to blockchain bridge. Limited to one virtual account per payment rail (SEPA/ACH/WIRE). @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 destination currency, possible values are "usdc", "usdt" @param source_rail: The source rail, possible values are "sepa", "wire" or "ach_push"
@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 | ||
| source_rail | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||