Skip to content

Get

Retrieves a currency with the given ID.

HTTP request

GET https://megamify.com/api/v1/game/:game_id/currency/:currency_id/

Parameters

Name Required Type Description
game_id True int The Game ID
currency_id True int The Currency ID

Headers

See Security section of the API Reference.

Body

Do not supply a request body with this method.

Response

Status: 200 OK

If successful, this method returns a Currency object in the response body.