post https://api.dev.coinfx.network/v1/solana/convert/transaction
This endpoint generates a CFX signed Solana transaction to convert stablecoins supported by the CFX Network. Once generated, the user can co-sign the transaction and submit to the Solana blockchain for processing.
- This function facilitates a conversion of tokens sourced from and delivered to the same blockchain wallet. Token transfers are facilitated through other endpoints, or can be performed directly using the standard Solana token program.
- Conversions must be associated with a registered CFX Identity where
STATUS=ACTIVE
- Supported currencies for your B2B account can be retrieved with the
GET /currencies
endpoint - Gas fees for each transaction are funded by CFX, unless custom compute unit price is requested
The returned payload contains a Solana transaction that is signed by CFX. This transaction needs to be signed by the private key of the nominated user's wallet before submission to the blockchain. A fully signed transaction can be submitted to the Solana blockchain through your preferred Solana RPC or the CoinFX RPC endpoint if this has been enabled for your account.