API Reference
Complete API documentation and reference
Transfer points from one DRIP user to another in a realm by their drip ids and currency id
cURL
curl --request PATCH \ --url https://api.drip.re/api/v1/realms/{realmId}/members/{dripId}/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 2, "recipientId": "<string>", "currencyId": "<string>" }'
{ "id": "<string>", "senderId": "<string>", "recipientId": "<string>", "balance": 123, "currencyId": "<string>" }
API Key
Default Response
The response is of type object.
object
Was this page helpful?