cURL
curl --request GET \ --url https://api.multex.tech/guild/transfers/{transferId} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "guildId": "<string>", "robloxId": "<string>", "name": "<string>", "date": "2023-11-07T05:31:56Z", "from": "<string>", "to": "<string>", "signed": "<string>" }
Retrieves a specific transfer record for a guild
guild:read
API key for accessing protected guild endpoints
Transfer record ID
Transfer record retrieved successfully
The response is of type object.
object