Send MoneyAsk AIpost https://api.centiiv.com/api/v1/wallet/send-moneySend money from one wallet to another on the same network using a secure transaction key.Body ParamsnoncestringrequiredThe nonce (must be UUID) to use for this transaction. Ensure it matches the nonce in the transaction key.sourceAccountstringrequiredThe account number or wallet address to send money from.amountnumberrequired≥ 1Amount to send, in the smallest currency unit (e.g., kobo for NGN). 100 NGN should be represented as 10000.recipientWalletAddressstringrequiredThe recipient's wallet address. Please ensure it's a valid address and on the same network as the source account.descriptionstringrequiredA short description or narration for the transaction.transactionKeystringrequiredThe transaction key (reach out to [email protected] to learn how to set this).Responses 200The request has been successful. 401The operation couldn't be carried out because the token was either invalid or expired. Try signing in again. 404Wallet not found 502Updated 2 months ago