API Reference
Complete API documentation and reference
List all child realms that use a parent’s currency
cURL
curl --request GET \ --url https://api.drip.re/api/v1/realms/{realmId}/currencies/{currencyId}/shares \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "childRealmId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "permissions": [ "<string>" ], "status": "<string>", "childRealm": { "id": "<string>", "name": "<string>" } } ] }
API Key
Default Response
The response is of type object.
object
Was this page helpful?