View records of credits transferred to ITMOs.
curl --request GET \ --url https://dev.api.emerging.eco/emerging-platform/v1/credits/transferred
{ "sender": "entity-abc", "recipient": "entity-xyz", "amount": 500, "transfer_date": "2024-01-10T00:00:00.000Z" }
Entity transferring the credits.
Entity receiving the credits.
Number of credits transferred.
Date of credit transfer.
Was this page helpful?