cURL
curl --request POST \ --url https://app.sandbox.rio.trade/api/payments/crypto/bulk \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "crypto": "USDC", "country": "MX", "userId": "6757546b4c5d19bf3cd7b09c" }'
{ "createdAt": "2025-01-04T01:37:25.259Z", "userId": "6757546b4c5d19bf3cd7b09c", "orderIds": [], "amount": 0, "orderIdsPaid": [], "crypto": "USDC", "country": "MX", "status": "awaitingPayment", "depositAddress": "5BZDQjWad45rT1vYT5KdJHgSU4rWXL1Y5nDoTwSrT8Pr", "id": "677890d5d520f9ecb10e9c33" }
Created
The response is of type object.
object