cURL
curl --request POST \ --url https://api.kryptonfund.com/api/v1/send_usdc \ --header 'Content-Type: application/json' \ --data ' { "sender_user_id": "123e4567-e89b-12d3-a456-426614174000", "receiver_username": "bob", "amount": 10.5 } '
{}
Send USDC from one user to another by username.
Sender's user ID
"123e4567-e89b-12d3-a456-426614174000"
Receiver's username
"bob"
Amount of USDC to send
10.5
Transaction result and details
The response is of type Response Send Usdc Api V1 Send Usdc Post · object.
Response Send Usdc Api V1 Send Usdc Post · object